Fix commit script to have arguments in the right places.

This commit is contained in:
Kevin Fenzi 2015-10-13 17:59:29 +00:00
parent 6b8057e1e9
commit 3ae7721d50

View file

@ -1,4 +1,4 @@
#!/bin/bash
cd /srv/web/infinote
git add . >/dev/null
git commit -a -m --author="infinote <nobody@fedoraproject.org>" "Automated Commit of $1" >/dev/null
git commit -a --author="infinote <nobody@fedoraproject.org>" -m "Automated Commit of $1" >/dev/null