From df8037b249f777706b2986674de56f21575feba3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 2 Aug 2015 15:20:41 -0300 Subject: Updates default commit message --- share/hydra/module-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3