From 2a535c0fbe70712c4dcdd52e27a6aa5966656074 Mon Sep 17 00:00:00 2001 From: 0xzhzh <178814591+0xzhzh@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:00:27 -0500 Subject: [PATCH] Remove stray addition to justfile --- justfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/justfile b/justfile index cf65778280..d0ff455c67 100755 --- a/justfile +++ b/justfile @@ -6,8 +6,6 @@ alias t := test log := "warn" -bingus := which("bash") - export JUST_LOG := log [group: 'dev']