Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Nov 23, 2023
1 parent 8744321 commit 8a6509d
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 @@ -9,7 +9,7 @@ fi

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

0 comments on commit 8a6509d

Please sign in to comment.