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:
Oliver Davies 2024-05-21 07:59:36 +01:00
parent 605849cb80
commit 2e701e7dd5

View file

@ -9,6 +9,7 @@
"config",
"resources",
"templates",
"templates/common/.githooks",
"var"
],
"force-autodiscovery": true,