Index: tools/push-to-trunk/chromium_roll.py |
diff --git a/tools/push-to-trunk/chromium_roll.py b/tools/push-to-trunk/chromium_roll.py |
index 6b00429e72bd73c562f7eaee18e53268b3f5c0a7..fe389efb37096343963ab982a9dac67bb8c1bb93 100755 |
--- a/tools/push-to-trunk/chromium_roll.py |
+++ b/tools/push-to-trunk/chromium_roll.py |
@@ -72,7 +72,7 @@ class UpdateChromiumCheckout(Step): |
def RunStep(self): |
os.chdir(self["chrome_path"]) |
self.GitCheckout("master") |
- self._side_effect_handler.Command("gclient", "sync --no-hooks") |
+ self._side_effect_handler.Command("gclient", "sync --nohooks") |
self.GitCreateBranch("v8-roll-%s" % self["trunk_revision"]) |