]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Quiet submodule init
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 18:26:21 +0000 (16:26 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Jan 2013 18:26:21 +0000 (16:26 -0200)
files/update-puppet-conf.sh

index 1eaae46e7ed2aac2a4e6741d6f40493575bc668a..72dc00b2f8364e4592662fe5e8d483ff02efae8a 100644 (file)
@@ -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