summaryrefslogtreecommitdiffstats
path: root/git-synk
diff options
context:
space:
mode:
Diffstat (limited to 'git-synk')
-rwxr-xr-xgit-synk2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-synk b/git-synk
index 61490e2..9f92b91 100755
--- a/git-synk
+++ b/git-synk
@@ -67,7 +67,7 @@ for gitdir in ${GIT_DIR}; do
fail "KO" && continue
fi
# GC + CLEAN
- echo -ne " ${CYAN}clean$RESET ... " && git prune && git gc --quiet && git repack >/dev/null && git diff --quiet && success
+ echo -ne " ${CYAN}clean$RESET ... " && git gc --prune --quiet && git repack >/dev/null && git diff --quiet && success
if [ $? -ne 0 ]; then
if [ "$action" = "push" ]; then
success "dirty but "