Skip to content

Commit

Permalink
ci: fix butler install (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle authored Jan 13, 2024
1 parent 1cd8d05 commit 9a013cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ===
#
Expand Down

0 comments on commit 9a013cb

Please sign in to comment.