From 88a14a12c28e4d6a8a55adcf187ac9e0d121ca35 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 16:26:21 -0200 Subject: Quiet submodule init --- files/update-puppet-conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/update-puppet-conf.sh b/files/update-puppet-conf.sh index 1eaae46..72dc00b 100644 --- a/files/update-puppet-conf.sh +++ b/files/update-puppet-conf.sh @@ -14,6 +14,6 @@ if [ -d "${PUPPET_DIR}/.git" ] && [ -d "${ORIGIN_DIR}" ]; then cd ${PUPPET_DIR} git pull ${ORIGIN_DIR} master git checkout -f - git submodule update --init + git submodule update --init -q git clean -d -f fi -- cgit v1.2.3