Skip to content

Commit

Permalink
v1.17: Cargo needs version arg after subcommand (backport of #34547) (#…
Browse files Browse the repository at this point in the history
…34551)

Cargo needs version arg after subcommand (#34547)

(cherry picked from commit d436352)

Co-authored-by: Tyera <tyera@solana.com>
  • Loading branch information
mergify[bot] and CriesofCarrots committed Dec 20, 2023
1 parent b9aaedb commit de35043
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 de35043

Please sign in to comment.