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 2f0279c commit 8ea92d7Copy full SHA for 8ea92d7
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
- .venv/bin/j2 --format=env $(1) .env -o $(2) --customize j2cli_customization.py
+ $(REPO_BASE_DIR)/.venv/bin/j2 --format=env $(1) .env -o $(2) --customize j2cli_customization.py
237
endef
238
239
else
240
241
242
- .venv/bin/j2 --format=env $(1) .env -o $(2)
+ $(REPO_BASE_DIR)/.venv/bin/j2 --format=env $(1) .env -o $(2)
243
244
245
endif
0 commit comments