X-Git-Url: https://git.ao2.it/drupal-init-tools.git/blobdiff_plain/cce156e037cf0e04db479c4eea768c0a933ae4b2..fcfacf8844f8c6aca833083e7968096b30cc044c:/libexec/bootstrap.sh 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"