diff --git a/roles/infinote/files/infinoted-git-commit b/roles/infinote/files/infinoted-git-commit index a018a54d88..478786249a 100755 --- a/roles/infinote/files/infinoted-git-commit +++ b/roles/infinote/files/infinoted-git-commit @@ -1,4 +1,4 @@ #!/bin/bash cd /srv/web/infinote git add . >/dev/null -git commit -a -m --author="infinote " "Automated Commit of $1" >/dev/null +git commit -a --author="infinote " -m "Automated Commit of $1" >/dev/null