mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 10:17:32 +00:00
Fix app:generate
command
Without this commit, I get this error: > Unable to find template "common/.githooks/prepare-commit-msg.twig" (looked into: phar:///home/opdavies/Code/personal/build-configs/nix-derivation/dist/build-configs/templates). I don't know why this isn't added by the `templates` value that's already there, but adding `templates/common/.githooks` explicitly fixes the error when running the `app:generate` command.
This commit is contained in:
parent
605849cb80
commit
2e701e7dd5
|
@ -9,6 +9,7 @@
|
||||||
"config",
|
"config",
|
||||||
"resources",
|
"resources",
|
||||||
"templates",
|
"templates",
|
||||||
|
"templates/common/.githooks",
|
||||||
"var"
|
"var"
|
||||||
],
|
],
|
||||||
"force-autodiscovery": true,
|
"force-autodiscovery": true,
|
||||||
|
|
Loading…
Reference in a new issue