]> gitweb.fluxo.info Git - hydra.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 17:09:47 +0000 (14:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 17:09:47 +0000 (14:09 -0300)
share/hydra/module-add

index c47a7e36bff5e4a2e793e368c0c1da8d1acbbaaf..5e0748bb1bfa0e776a2b7c43c78c0ee44014004e 100755 (executable)
@@ -47,7 +47,7 @@ function hydra_module_add {
   fi
   
   # Commit
-  ( cd $PUPPET; push )
+  ( cd $PUPPET; git push )
 }
 
 for module in $*; do