Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/build.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-20 11:10:27 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-20 11:10:27 (GMT)
commit37fc83bf51d36312b8f9444744f5effbe78278e0 (patch)
tree9e46601ff04598fc9199c9cffa283e4a0665daa2 /devbot/build.py
parentab7dc2d7b0e2964eafc387f3dd73e52afd0332de (diff)
Typo
Diffstat (limited to 'devbot/build.py')
-rw-r--r--devbot/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/build.py b/devbot/build.py
index b04989f..c2d32b9 100644
--- a/devbot/build.py
+++ b/devbot/build.py
@@ -70,7 +70,7 @@ def pull_source(module):
os.chdir(module_dir)
command.run(["git", "remote", "set-url", "origin", module["repo"]])
- command.run(["git", "remote", "updat", "origin"], retry=10)
+ command.run(["git", "remote", "update", "origin"], retry=10)
else:
os.chdir(config.source_dir)
command.run(["git", "clone", "--progress",