bootstrap.sh: use the imperative in comments
authorAntonio Ospite <ao2@ao2.it>
Thu, 21 Dec 2017 12:04:01 +0000 (13:04 +0100)
committerAntonio Ospite <ao2@ao2.it>
Tue, 9 Jan 2018 15:50:30 +0000 (16:50 +0100)
libexec/bootstrap.sh

index edf8314..f18d337 100755 (executable)
@@ -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