Skip to content

Commit

Permalink
Update global drush installation for D7 to 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 15, 2024
1 parent dc0342b commit 61a73ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/20_drupal7_drush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if [[ -n "${DEBUG}" ]]; then
fi

if [[ -n "${DRUPAL_VERSION}" && "${DRUPAL_VERSION}" == "7" && -n "${DRUPAL7_INSTALL_GLOBAL_DRUSH}" ]]; then
composer global require "drush/drush:7.*"
composer global require "drush/drush:8.*"
fi

0 comments on commit 61a73ed

Please sign in to comment.