summaryrefslogtreecommitdiff
path: root/share/hydra/module-add
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydra/module-add')
-rwxr-xr-xshare/hydra/module-add2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/module-add b/share/hydra/module-add
index c47a7e3..5e0748b 100755
--- a/share/hydra/module-add
+++ b/share/hydra/module-add
@@ -47,7 +47,7 @@ function hydra_module_add {
fi
# Commit
- ( cd $PUPPET; push )
+ ( cd $PUPPET; git push )
}
for module in $*; do