fix option

This commit is contained in:
Arjan van de Ven
2015-11-25 17:32:10 -05:00
parent 5ddb31152e
commit 813acd46ea
+1 -1
View File
@@ -69,4 +69,4 @@ def commit_to_git(path):
if build.success == 0:
return
call("git commit -a -f commitmsg ", cwd=path)
call("git commit -a -F commitmsg ", cwd=path)