From fd273b5433cc34736b53e757f3e8ffb264ae490e Mon Sep 17 00:00:00 2001 From: Alejandro Date: Mon, 9 Oct 2023 21:24:14 +0200 Subject: [PATCH] Corrected usage of shebang --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index f2a9dbb..e2db0d3 100755 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -#!/usr/bin/env just --justfile +#!/usr/bin/env -S just --justfile default: build