Unverified Commit 14de5941 authored by Dev Ojha's avatar Dev Ojha Committed by GitHub
Browse files

Update scripts/update_versions.py


Co-authored-by: default avatarNicolas Lara <nicolaslara@gmail.com>
parent ebbac328
Showing with 1 addition and 1 deletion
+1 -1
......@@ -35,7 +35,7 @@ def main():
gitResetStr = "git reset HEAD" + "~"*num_commits
input("going to run git push, hit enter to confirm. Ctrl-C to cancel." +
" (And if so, you likely want to do " + gitResetStr + " to undo the commits)")
" (If you cancel, you likely want to do " + gitResetStr + " to undo the commits)")
result = subprocess.run("git push".split(" "))
if result.returncode != 0:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment