aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/module-update
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-24 13:43:53 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-24 13:43:53 -0200
commit3209091c8e6701a774cef725396766392ee3846e (patch)
tree2e3f7b6cc19c459047dd3e83f571f0ea201efbe3 /share/hydra/module-update
parent2fd2366afc0d5eaa4a66c718719e372a19da731d (diff)
downloadhydra-3209091c8e6701a774cef725396766392ee3846e.tar.gz
hydra-3209091c8e6701a774cef725396766392ee3846e.tar.bz2
Increasing verbosity at module-commit
Diffstat (limited to 'share/hydra/module-update')
-rwxr-xr-xshare/hydra/module-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/module-update b/share/hydra/module-update
index 8b6c741..2fc0192 100755
--- a/share/hydra/module-update
+++ b/share/hydra/module-update
@@ -47,6 +47,6 @@ function hydra_module_update {
}
for module in $*; do
- echo "Updating module $module..."
+ echo "Updating module $module at puppet repository..."
hydra_module_update $module
done