From: Silvio Rhatto Date: Sat, 13 Apr 2013 17:09:47 +0000 (-0300) Subject: Minor fix X-Git-Tag: 0.1~17 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2d2f6a89be6d6730647cc1895c6ca113f3a5e7d1;p=hydra.git Minor fix --- 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