Skip to content

Commit 7b98f0e

Browse files
greg-1-andersonshrop
authored andcommitted
Add 'contrib' to Drush commandfile installer path (drupal-composer#525)
1 parent 7c18e5b commit 7b98f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"web/modules/contrib/{$name}": ["type:drupal-module"],
7171
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
7272
"web/themes/contrib/{$name}": ["type:drupal-theme"],
73-
"drush/Commands/{$name}": ["type:drupal-drush"]
73+
"drush/Commands/contrib/{$name}": ["type:drupal-drush"]
7474
},
7575
"drupal-scaffold": {
7676
"initial": {

0 commit comments

Comments
 (0)