| Index: sitescripts/extensions/bin/createNightlies.py |
| =================================================================== |
| --- a/sitescripts/extensions/bin/createNightlies.py |
| +++ b/sitescripts/extensions/bin/createNightlies.py |
| @@ -362,7 +362,7 @@ |
| template.stream({'config': self.config, 'links': links}).dump(outputPath) |
| def updateDocs(self): |
| - if not self.config.type == 'gecko': |
| + if self.config.type not in ('gecko', 'chrome'): |
| return |
| import buildtools.build as build |