From: Antonio Ospite Date: Thu, 22 Jun 2017 15:12:35 +0000 (+0200) Subject: bootstrap.sh: remove an obsolete comment X-Git-Tag: v0.1.0~20 X-Git-Url: https://git.ao2.it/drupal-init-tools.git/commitdiff_plain/fcfacf8844f8c6aca833083e7968096b30cc044c bootstrap.sh: remove an obsolete comment --- diff --git a/libexec/bootstrap.sh b/libexec/bootstrap.sh index 3b52f26..74547af 100755 --- a/libexec/bootstrap.sh +++ b/libexec/bootstrap.sh @@ -81,7 +81,6 @@ command -v git &> /dev/null || { echo "Aborting, 'git' not available." 1>&2; exi [ -d "$SITE_LOCAL_PATH" ] || composer install -# TODO check if the commands are available DRUSH="${PWD}/vendor/bin/drush" DRUPAL_CONSOLE="${PWD}/vendor/bin/drupal"