Skip to content

Commit

Permalink
fix: Allow users to optionally override templates (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasurerarenai authored Feb 23, 2024
1 parent 0083f7b commit 4690755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makejinja.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[makejinja]
inputs = ["./bootstrap/templates","./bootstrap/overrides"]
inputs = ["./bootstrap/overrides","./bootstrap/templates"]
output = "./"
exclude_patterns = [".mjfilter.py", "*.partial.yaml.j2"]
data = ["./config.yaml"]
Expand Down

0 comments on commit 4690755

Please sign in to comment.