From: Antonio Ospite <ao2@ao2.it>
Date: Thu, 21 Dec 2017 12:04:01 +0000 (+0100)
Subject: bootstrap.sh: use the imperative in comments
X-Git-Tag: v0.1.2~24
X-Git-Url: https://git.ao2.it/drupal-init-tools.git/commitdiff_plain/a5b59e86989d83dddcb517d490174db0611b1e7a?ds=inline;hp=f55dc38b3449a995aa1c1f388b9c522023c9d8d5

bootstrap.sh: use the imperative in comments
---

diff --git a/libexec/bootstrap.sh b/libexec/bootstrap.sh
index edf8314..f18d337 100755
--- a/libexec/bootstrap.sh
+++ b/libexec/bootstrap.sh
@@ -149,7 +149,7 @@ sudo chgrp -R "$WEB_SERVER_GROUP" sites/default/files
 
 [ -d ../config/sync ] && sudo chgrp -R "$WEB_SERVER_GROUP" ../config/sync
 
-# Enables clean URLs
+# Enable clean URLs
 sed -i "s@\(# \)\{0,1\}RewriteBase .*\$@RewriteBase ${SITE_BASE_PATH}@" .htaccess
 
 chmod 755 sites/default