From b053b56bdf966af64073739bc7904fd7bf40489f Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 15 Nov 2012 18:45:33 +0000 Subject: Revert unintended change --- (limited to 'devbot') diff --git a/devbot/build.py b/devbot/build.py index dfb98b5..fbf45b1 100644 --- a/devbot/build.py +++ b/devbot/build.py @@ -75,7 +75,7 @@ def pull_source(module): os.chdir(config.source_dir) command.run(["git", "clone", "--progress", module["repo"], module["name"]]) - command.run([module_dir]) + os.chdir(module_dir) branch = module.get("branch", "master") command.run(["git", "checkout", branch]) -- cgit v0.9.1