diff options
Diffstat (limited to 'git-fetch-email.sh')
-rw-r--r-- | git-fetch-email.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-fetch-email.sh b/git-fetch-email.sh index 485f19d..cb3969c 100644 --- a/git-fetch-email.sh +++ b/git-fetch-email.sh @@ -122,7 +122,7 @@ if [ -n "${apply}" ]; then status=$? if [ $status -eq 0 ] && [ -n "${applyMove}" ]; then move=$applyMove - fetch + fetch >/dev/null fi exit $status else |