diff options
Diffstat (limited to 'tools/misc/sync-gist.sh')
-rwxr-xr-x | tools/misc/sync-gist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/sync-gist.sh b/tools/misc/sync-gist.sh index 1208fe2..86cca04 100755 --- a/tools/misc/sync-gist.sh +++ b/tools/misc/sync-gist.sh | |||
@@ -13,7 +13,7 @@ while read -r commit; do | |||
13 | 13 | ||
14 | cd ~/git/Bash-Snippets | 14 | cd ~/git/Bash-Snippets |
15 | cp $repo/gist gist/gist | 15 | cp $repo/gist gist/gist |
16 | git add gist/gist && git commit -m "$message" | 16 | git add gist/gist && git commit -m "$message" || true |
17 | done | 17 | done |
18 | 18 | ||
19 | cd $repo | 19 | cd $repo |