summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpuppet/sync_and_run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/sync_and_run.pl b/puppet/sync_and_run.pl
index 9d206d4..6ae9c21 100755
--- a/puppet/sync_and_run.pl
+++ b/puppet/sync_and_run.pl
@@ -355,7 +355,7 @@ sub update_git_dir
# If our git repo has somehow become out of sync, these commands will warn about it.
# Note that we warn, instead of dying, because puppet should still run if at all possible
# (e.g. puppet should still run if the git server is down).
- system_or_carp( qw(git pull -q) );
+ system_or_carp( qw(git pull) );
system_or_carp( qw(git --no-pager diff) );
chdir_or_die( $DIR );