Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Cargo needs version arg after subcommand (#34547)
Browse files Browse the repository at this point in the history
(cherry picked from commit d436352)
  • Loading branch information
Tyera authored and mergify[bot] committed Dec 20, 2023
1 parent b9aaedb commit 0436e7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/cargo-install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ mkdir -p "$installDir/bin"
"$cargo" $maybeRustVersion \
--config 'patch.crates-io.ntapi.git="https://github.com/solana-labs/ntapi"' \
--config 'patch.crates-io.ntapi.rev="97ede981a1777883ff86d142b75024b023f04fad"' \
$maybeSplTokenCliVersionArg \
install --locked spl-token-cli --root "$installDir"
install --locked spl-token-cli --root "$installDir" $maybeSplTokenCliVersionArg
fi
)

Expand Down

0 comments on commit 0436e7d

Please sign in to comment.