From fcfacf8844f8c6aca833083e7968096b30cc044c Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 22 Jun 2017 17:12:35 +0200 Subject: [PATCH] bootstrap.sh: remove an obsolete comment --- libexec/bootstrap.sh | 1 - 1 file changed, 1 deletion(-) 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" -- 2.1.4