Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-24 11:05:49 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-24 11:05:49 (GMT)
commitd2a05dc3eef299f41988c1b54be43ee62274c6e3 (patch)
tree04d970ace1ee36e6b433626c43bd40c540085d28 /commands/common.py
parenta927ca8cf22c89eb1c3b1cb2798b8f94c87bd049 (diff)
Fix typo
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/common.py b/commands/common.py
index 37a8abf..80c42b4 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -19,7 +19,7 @@ def setup():
if "SUGAR_BUILDBOT" in os.environ:
args["relocatable"] = True
- args["extra_package_files"] = ["buildslave.json"]
+ args["extra_packages_files"] = ["buildslave.json"]
config.setup(**args)