Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Nov 24, 2023
1 parent ac85a57 commit dc2a19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lila-docker
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ run_formatter() {
}

rust_cmd() {
if [ ! -z "$(which rustup)" ]; then
if command -v rustup &> /dev/null; then
# if the host has Rust installed, use it directly
cargo build --release --manifest-path command/Cargo.toml
./command/target/release/command "$@"
Expand Down

0 comments on commit dc2a19b

Please sign in to comment.