about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--git-fetch-email.sh2
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