From 358e78f6a42ad52e366a8d901dfc4b38f17cb9aa Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 22 Oct 2025 12:21:02 +0200 Subject: [PATCH] Fix `just switch` command --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 3c5bff8..ee82c4b 100644 --- a/justfile +++ b/justfile @@ -24,7 +24,7 @@ rebuild mode='switch': [group('rebuild')] switch: - rebuild switch + just rebuild switch [group('rebuild')] test: