Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-05 14:14:46 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-05 14:14:46 (GMT)
commit158bab70abfafd544eac5528761ae3eaed9218a3 (patch)
tree9b6653ab8d910abaddb0444a5538ecb67504b312
parentdf4cc033c7cddd387dba56ac625f0fcd0dc9cc76 (diff)
whitespace
-rw-r--r--devbot/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/git.py b/devbot/git.py
index 960fd7c..adfeb33 100644
--- a/devbot/git.py
+++ b/devbot/git.py
@@ -56,7 +56,7 @@ class Module:
command.run(["git", "fetch"], retry=self._retry)
if revision:
- command.run(["git", "checkout", revision])
+ command.run(["git", "checkout", revision])
elif self.tag:
command.run(["git", "checkout", self.tag])
else: