We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37a5a6 commit 177e82fCopy full SHA for 177e82f
scripts/common.Makefile
@@ -233,13 +233,13 @@ clean-default: .check_clean ## Cleans all outputs
233
ifeq ($(shell test -f j2cli_customization.py && echo -n yes),yes)
234
235
define jinja
236
- $(REPO_BASE_DIR)/.venv/bin/j2 --format=env $(1) .env -o $(2) --customize j2cli_customization.py
+ .venv/bin/j2 --format=env $(1) .env -o $(2) --customize j2cli_customization.py
237
endef
238
239
else
240
241
242
- $(REPO_BASE_DIR)/.venv/bin/j2 --format=env $(1) .env -o $(2)
+ .venv/bin/j2 --format=env $(1) .env -o $(2)
243
244
245
endif
0 commit comments