bootstrap.sh: stop using the deprecated drush "pm-info" command
authorAntonio Ospite <ao2@ao2.it>
Sat, 10 Mar 2018 14:58:30 +0000 (15:58 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 16 Mar 2018 12:30:04 +0000 (13:30 +0100)
commitcf94204e8dbb7c5603807f95c244d6531c41061b
tree27ffebf3904fcb084f7310aae583cbb1f7a49c87
parent12f18b8456f9e90c565e7da6f1de0a81fb3493da
bootstrap.sh: stop using the deprecated drush "pm-info" command

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.
libexec/bootstrap.sh