aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-07-30 22:25:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-07-30 22:25:55 -0300
commitef8aeb50e0d2697c5217fdf0149999b179ece4c6 (patch)
tree8a7aefe2ed52107d32673f859d10ea39c0f8be12 /lib
parent0bcacbf1dc6d2af2104111e931704ef1c2fe0f61 (diff)
downloadhydra-ef8aeb50e0d2697c5217fdf0149999b179ece4c6.tar.gz
hydra-ef8aeb50e0d2697c5217fdf0149999b179ece4c6.tar.bz2
Comment fix
Diffstat (limited to 'lib')
-rw-r--r--lib/hydra/deploy2
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