Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

'drupal-custom-module' in template needs to be prefixed with 'type:' #1084

Closed
mariagwyn opened this issue Feb 14, 2017 · 1 comment
Closed

Comments

@mariagwyn
Copy link
Contributor

The BLT composer template incorrectly writes the custom module installer path.

Current:
"docroot/modules/custom/{$name}": [ "drupal-custom-module" ],
Should be:
"docroot/modules/custom/{$name}": [ "type:drupal-custom-module" ],

Without this change, custom modules of this type are installed in /modules/custom/$name rather than /docroot/modules/custom/$name

@mariagwyn
Copy link
Contributor Author

Ok, pretty sure I should have just filed the PR, but this is fixed with #1085.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant