diff options
-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 |