diff --git a/Makefile b/Makefile index de00f71..998ef7a 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,8 @@ eval: update-branch: git config --global user.name $(USER_NAME) git config --global user.email $(USER_EMAIL) - git commit -am "Update with new results" + git commit add . + git commit -m "Update with new results" git push --force origin HEAD:update #################################################################################