Skip to content

Commit

Permalink
improve update script
Browse files Browse the repository at this point in the history
  • Loading branch information
ondra committed Aug 22, 2019
1 parent 144aaed commit 890facc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

git commit -a -m update
git -c user.name="Update" -c user.email="[email protected]" commit -a -m "" --allow-empty-message

set -e

Expand Down

0 comments on commit 890facc

Please sign in to comment.