Index: tools/push-to-trunk/test_scripts.py |
diff --git a/tools/push-to-trunk/test_scripts.py b/tools/push-to-trunk/test_scripts.py |
index 4b36ba900c5ea0fe5d98c2dcaa166e52bac9986a..5dcc79692f5cf320e8905f528e54b52e523db95d 100644 |
--- a/tools/push-to-trunk/test_scripts.py |
+++ b/tools/push-to-trunk/test_scripts.py |
@@ -854,7 +854,7 @@ def get_list(): |
"Version 3.22.5 (based on bleeding_edge revision r123454)\n"), |
Git("status -s -uno", ""), |
Git("checkout -f master", ""), |
- Git("sync --no-hooks", "syncing..."), |
+ Git("sync --nohooks", "syncing..."), |
Git("checkout -b v8-roll-123455", ""), |
Git("v8 123455", "rolled", cb=WriteDeps), |
Git(("commit -am \"Update V8 to version 3.22.5 " |