diff options
-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 |