bootstrap.sh: remove an obsolete comment
authorAntonio Ospite <ao2@ao2.it>
Thu, 22 Jun 2017 15:12:35 +0000 (17:12 +0200)
committerAntonio Ospite <ao2@ao2.it>
Thu, 22 Jun 2017 15:12:35 +0000 (17:12 +0200)
libexec/bootstrap.sh

index 3b52f26..74547af 100755 (executable)
@@ -81,7 +81,6 @@ command -v git &> /dev/null || { echo "Aborting, 'git' not available." 1>&2; exi
 
 [ -d "$SITE_LOCAL_PATH" ] || composer install
 
 
 [ -d "$SITE_LOCAL_PATH" ] || composer install
 
-# TODO check if the commands are available
 DRUSH="${PWD}/vendor/bin/drush"
 DRUPAL_CONSOLE="${PWD}/vendor/bin/drupal"
 
 DRUSH="${PWD}/vendor/bin/drush"
 DRUPAL_CONSOLE="${PWD}/vendor/bin/drupal"