diff options
Diffstat (limited to 'bin/.local')
-rwxr-xr-x | bin/.local/bin/gitit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/gitit b/bin/.local/bin/gitit index af3eeec..5d576c2 100755 --- a/bin/.local/bin/gitit +++ b/bin/.local/bin/gitit | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | set -e | 2 | set -e |
3 | printf "\033[0;32mDeploying updates to GitHub...\033[0m\n" | 3 | printf "\033[0;32mDeploying updates to server...\033[0m\n" |
4 | git add . | 4 | git add . |
5 | msg="changes" | 5 | msg="changes" |
6 | if [ -n "$*" ]; then | 6 | if [ -n "$*" ]; then |