Skip to content

Commit bdaa8fd

Browse files
greg-1-andersonwebflo
authored andcommitted
Add 'contrib' to Drush commandfile installer path (#525)
1 parent 309e83c commit bdaa8fd

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)