diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-03 14:35:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-03 14:35:46 -0300 |
commit | cedac90b22bdd0ff823729b096e961685d5c25c7 (patch) | |
tree | 54214cd344458a6d30743ac431d2bebce281b098 /lib | |
parent | 6117486e7e3c853269872d3cd4a68e791b5250d2 (diff) | |
download | hydra-cedac90b22bdd0ff823729b096e961685d5c25c7.tar.gz hydra-cedac90b22bdd0ff823729b096e961685d5c25c7.tar.bz2 |
Init: generate puppet repository
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/git | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hydra/git b/lib/hydra/git index 0908f54..74bdc9a 100644 --- a/lib/hydra/git +++ b/lib/hydra/git @@ -41,6 +41,7 @@ function hydra_git_init { fi ( + echo "Initializing git repo $repo..." cd $repo git init git add . |