diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 16:26:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 16:26:21 -0200 |
commit | 88a14a12c28e4d6a8a55adcf187ac9e0d121ca35 (patch) | |
tree | 4614325ebff511580d81540ea38724c38b34770a | |
parent | 51c9eb050833f6927988fcd9465dc67e4c2bd4cf (diff) | |
download | puppet-puppet-88a14a12c28e4d6a8a55adcf187ac9e0d121ca35.tar.gz puppet-puppet-88a14a12c28e4d6a8a55adcf187ac9e0d121ca35.tar.bz2 |
Quiet submodule init
-rw-r--r-- | files/update-puppet-conf.sh | 2 |
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 |