From 5ccb68539f6f16345f5a1fff7baaa4862ed029b0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 7 Aug 2012 09:01:42 -0500 Subject: [PATCH] Silence git cron-spam. Change-Id: I55bcda7e2fec9939fd278a4b314ee45f45dded10 Reviewed-on: https://review.openstack.org/10958 Approved: Monty Taylor Reviewed-by: Monty Taylor Tested-by: Jenkins --- install_modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_modules.sh b/install_modules.sh index 4e7051340e..ab2128d50f 100644 --- a/install_modules.sh +++ b/install_modules.sh @@ -15,7 +15,7 @@ function clone_git() { fi (cd $MODULE_PATH/$REPO && git fetch origin && - git reset --hard $REV ) + git reset --hard $REV >/dev/null ) } if ! puppet help module >/dev/null 2>&1 ; then