From 9072062d8961ec09862726a25fdb4e87d6831c0c Mon Sep 17 00:00:00 2001 From: florianvazelle Date: Sun, 14 Jan 2024 00:27:38 +0100 Subject: [PATCH] ci: fix butler install --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 6468778..330c69f 100644 --- a/Justfile +++ b/Justfile @@ -121,7 +121,7 @@ install-butler: makedirs # Download Butler if not already done [private] @check-butler: - [ ! -e {{ butler_bin }} ] && just butler || true + [ ! -e {{ butler_bin }} ] && just install-butler || true # === Python === #