aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/hydra/module-update4
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