Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix command to rename drupal_module_template.info.yml #12

Closed
dxvargas opened this issue Jul 18, 2018 · 1 comment
Closed

Fix command to rename drupal_module_template.info.yml #12

dxvargas opened this issue Jul 18, 2018 · 1 comment

Comments

@dxvargas
Copy link
Member

In build-module.sh

mv drupal-module-template.info.yml ${repo_name}.info.yml
... should be:
mv drupal_module_template.info.yml ${repo_name}.info.yml

dxvargas pushed a commit that referenced this issue Jul 23, 2018
OPENEUROPA-31: Fix file name in script (issue #12).
@dxvargas
Copy link
Member Author

Done.

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

No branches or pull requests

1 participant