Fix commit script to have arguments in the right places.
This commit is contained in:
parent
6b8057e1e9
commit
3ae7721d50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue