diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-07-30 22:25:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-07-30 22:25:55 -0300 |
commit | ef8aeb50e0d2697c5217fdf0149999b179ece4c6 (patch) | |
tree | 8a7aefe2ed52107d32673f859d10ea39c0f8be12 /lib | |
parent | 0bcacbf1dc6d2af2104111e931704ef1c2fe0f61 (diff) | |
download | hydra-ef8aeb50e0d2697c5217fdf0149999b179ece4c6.tar.gz hydra-ef8aeb50e0d2697c5217fdf0149999b179ece4c6.tar.bz2 |
Comment fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/deploy b/lib/hydra/deploy index c61aa6d..497f03a 100644 --- a/lib/hydra/deploy +++ b/lib/hydra/deploy @@ -15,7 +15,7 @@ function hydra_deploy_setup { # Fix puppet folder permissions chmod 700 $HYDRA_FOLDER/puppet - # Ensure facts folder and logs foldes + # Ensure facts and logs folder mkdir -p $HYDRA_FOLDER/puppet/{config/facts,logs} if [ "$1" == "remote" ]; then |