Index: tools/push-to-trunk/push_to_trunk.py |
diff --git a/tools/push-to-trunk/push_to_trunk.py b/tools/push-to-trunk/push_to_trunk.py |
index 2aa32cd31911603907f4a8ef80148c4a45253cff..b1ec658a6f6877ea275fd49266f148fed9f7c7a6 100755 |
--- a/tools/push-to-trunk/push_to_trunk.py |
+++ b/tools/push-to-trunk/push_to_trunk.py |
@@ -548,7 +548,7 @@ def Main(): |
if not ProcessOptions(options): |
parser.print_help() |
return 1 |
- RunScript(CONFIG, options) |
+ RunPushToTrunk(CONFIG, options) |
if __name__ == "__main__": |
sys.exit(Main()) |