]> gitweb.fluxo.info Git - hydra.git/commitdiff
Updates default commit message
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Aug 2015 18:20:41 +0000 (15:20 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Aug 2015 18:20:41 +0000 (15:20 -0300)
share/hydra/module-update

index b573a73f45a1af8f0da7c60d696598039648f73b..d0f1472967f934a6fc32c60ec1089ffba8d6eeb2 100755 (executable)
@@ -52,10 +52,10 @@ function hydra_module_update {
   fi
 
   # Commit
-  ( cd $PUPPET; git commit -a -m "Updating module $MODULE"; git push )
+  ( cd $PUPPET; git commit -a -m "Updates module $MODULE"; git push )
 }
 
 for module in $*; do
-  echo "Updating module $module at puppet repository..."
+  echo "Updates module $module at puppet repository..."
   hydra_module_update $module
 done