##// END OF EJS Templates
Changed a misspelled word in tools/git-mpr.py
apunisal -
Show More
@@ -58,7 +58,7 b' def merge_pr(num):'
58 58 cmd = "git pull "+repo+" "+branch
59 59 not_merged[str(num)] = cmd
60 60 print("==============================================================================")
61 print("Something went wrong merging this branch, you can try it manually by runngin :")
61 print("Something went wrong merging this branch, you can try it manually by running :")
62 62 print(cmd)
63 63 print("==============================================================================")
64 64
General Comments 0
You need to be logged in to leave comments. Login now