aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/module-update
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-24 15:49:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-24 15:49:52 -0300
commiteccfe05e99a17b1a8e38dc0cfc0ad79632b5e4ac (patch)
tree5e2d31357470cccb7a8ee508f7bfaad02c748a00 /share/hydra/module-update
parent1cb2f886d9bd8cc244bc1c464442fe04e7057720 (diff)
downloadhydra-eccfe05e99a17b1a8e38dc0cfc0ad79632b5e4ac.tar.gz
hydra-eccfe05e99a17b1a8e38dc0cfc0ad79632b5e4ac.tar.bz2
Fixes for module-{update,verify}
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