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 === #