projects
/
drupal-init-tools.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce156e
)
bootstrap.sh: remove an obsolete comment
author
Antonio Ospite <ao2@ao2.it>
Thu, 22 Jun 2017 15:12:35 +0000
(17:12 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Thu, 22 Jun 2017 15:12:35 +0000
(17:12 +0200)
libexec/bootstrap.sh
patch
|
blob
|
history
diff --git
a/libexec/bootstrap.sh
b/libexec/bootstrap.sh
index
3b52f26
..
74547af
100755
(executable)
--- 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"