summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-24 16:26:21 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-24 16:26:21 -0200
commit88a14a12c28e4d6a8a55adcf187ac9e0d121ca35 (patch)
tree4614325ebff511580d81540ea38724c38b34770a
parent51c9eb050833f6927988fcd9465dc67e4c2bd4cf (diff)
downloadpuppet-puppet-88a14a12c28e4d6a8a55adcf187ac9e0d121ca35.tar.gz
puppet-puppet-88a14a12c28e4d6a8a55adcf187ac9e0d121ca35.tar.bz2
Quiet submodule init
-rw-r--r--files/update-puppet-conf.sh2
1 files changed, 1 insertions, 1 deletions
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