aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/module-update
diff options
context:
space:
mode:
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 f8a7ce3..f4c70c7 100755
--- a/share/hydra/module-update
+++ b/share/hydra/module-update
@@ -34,7 +34,7 @@ function hydra_module_update {
fi
# Update the module
- ( cd $PUPPET/modules/$MODULE; git pull origin `git branch` )
+ ( cd $PUPPET/modules/$MODULE; git pull )
# Verify the module
if ! hydra $HYDRA module-verify $MODULE; then