| Index: sitescripts/extensions/bin/createNightlies.py | 
| diff --git a/sitescripts/extensions/bin/createNightlies.py b/sitescripts/extensions/bin/createNightlies.py | 
| index ab134c5497e95ca228b2d36dd1b0929dc418f06a..c1d06e768942bc993897a15fca7eea09737a30c5 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', 'edge'}: | 
| command.extend(['-k', self.config.keyFile]) | 
| command.append(self.path) | 
|  |