Index: sitescripts/extensions/bin/createNightlies.py |
diff --git a/sitescripts/extensions/bin/createNightlies.py b/sitescripts/extensions/bin/createNightlies.py |
index 2dbad76e64d3f29bcce1d7c63543f820bf8539a3..b7a8e19fb330c17cc05e159a709385d7715637cc 100644 |
--- a/sitescripts/extensions/bin/createNightlies.py |
+++ b/sitescripts/extensions/bin/createNightlies.py |
@@ -346,7 +346,7 @@ class NightlyBuild(object): |
env = dict(env, SPIDERMONKEY_BINARY=spiderMonkeyBinary) |
command = [os.path.join(self.tempdir, 'build.py'), |
- '-t', self.config.type, 'build', '-b', self.buildNum] |
+ 'build', '-t', self.config.type, '-b', self.buildNum] |
if self.config.type not in {'gecko', 'gecko-webext', 'edge'}: |
command.extend(['-k', self.config.keyFile]) |
command.append(self.path) |