projects
/
drupal-init-tools.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
cf94204
)
bootstrap.sh: stop using the deprecated drush "pm-info" command
author
Antonio Ospite <ao2@ao2.it>
Sat, 10 Mar 2018 14:58:30 +0000
(15:58 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 16 Mar 2018 12:30:04 +0000
(13:30 +0100)
This fixes the following drush error:
The pm-info command was deprecated. Please see `drush pm:list` and `composer show`
While at it also use an exact pattern for the module name, this avoids
matching against other modules which may contain the word 'locale' in
their names.
No differences found