From: Silvio Rhatto Date: Sun, 2 Aug 2015 18:20:41 +0000 (-0300) Subject: Updates default commit message X-Git-Tag: 0.2.4~321 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=df8037b249f777706b2986674de56f21575feba3;p=hydra.git Updates default commit message --- diff --git a/share/hydra/module-update b/share/hydra/module-update index b573a73..d0f1472 100755 --- a/share/hydra/module-update +++ b/share/hydra/module-update @@ -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