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 08190faeb82aed5baa018cc250d596b5411a9d7b..0724cf5a451e7e0948c04c5b0e6817295db6472d 100644 |
--- a/tools/push-to-trunk/test_scripts.py |
+++ b/tools/push-to-trunk/test_scripts.py |
@@ -813,8 +813,8 @@ Performance and stability improvements on all platforms.""", commit) |
expectations += [ |
Cmd("git svn dcommit 2>&1", ""), |
Cmd("git fetch", ""), |
- Cmd("git log -1 --format=%H --grep=" |
- "\"Version 3.22.5 (based on push_hash)\"" |
+ Cmd("git log -1 --format=%H --grep=" |
+ "\"Version 3.22.5 (based on push_hash)\"" |
" origin/candidates", "hsh_to_tag"), |
Cmd("git tag 3.22.5 hsh_to_tag", ""), |
Cmd("git push origin 3.22.5", ""), |