Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f28a782

Browse files
authored
Merge pull request drupal-composer#394 from drupal-composer/commandfiles
Fix installer path for drush commandfiles.
2 parents 24ab11d + 4a35beb commit f28a782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"web/modules/contrib/{$name}": ["type:drupal-module"],
6666
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
6767
"web/themes/contrib/{$name}": ["type:drupal-theme"],
68-
"drush/contrib/{$name}": ["type:drupal-drush"]
68+
"drush/Commands/{$name}": ["type:drupal-drush"]
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)