bootstrap.sh: use the imperative in comments
[drupal-init-tools.git] / 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