From 37fc83bf51d36312b8f9444744f5effbe78278e0 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 20 Nov 2012 11:10:27 +0000 Subject: Typo --- (limited to 'devbot') 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", -- cgit v0.9.1