diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-02 15:20:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-02 15:20:41 -0300 |
commit | df8037b249f777706b2986674de56f21575feba3 (patch) | |
tree | f6d1a6e635c4c4ef52853ae5578dd519f2fe9be7 | |
parent | f9b723208345551831cad8b0a24a0ef672ad108e (diff) | |
download | hydra-df8037b249f777706b2986674de56f21575feba3.tar.gz hydra-df8037b249f777706b2986674de56f21575feba3.tar.bz2 |
Updates default commit message
-rwxr-xr-x | share/hydra/module-update | 4 |
1 files 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 |