From d765795f116ef5046cb3c6d308639b75e1fae6f9 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 17 Jul 2024 11:56:47 -0500 Subject: [PATCH] adjust `dotenv-load` syntax in `Justfile` if you run the `just` formatter, it does this anyway --- src/django_twc_project/Justfile.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/django_twc_project/Justfile.jinja b/src/django_twc_project/Justfile.jinja index 7a954970..26d2700b 100644 --- a/src/django_twc_project/Justfile.jinja +++ b/src/django_twc_project/Justfile.jinja @@ -1,4 +1,4 @@ -set dotenv-load +set dotenv-load := true mod copier ".just/copier.just" mod dj ".just/django.just"