From: Antonio Ospite Date: Sat, 10 Mar 2018 14:58:30 +0000 (+0100) Subject: bootstrap.sh: stop using the deprecated drush "pm-info" command X-Git-Tag: v0.1.2~18 X-Git-Url: https://git.ao2.it/drupal-init-tools.git/commitdiff_plain/cf94204e8dbb7c5603807f95c244d6531c41061b?hp=cf94204e8dbb7c5603807f95c244d6531c41061b 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. ---