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

Commit 0436e7d

Browse files
Tyeramergify[bot]
authored andcommitted
Cargo needs version arg after subcommand (#34547)
(cherry picked from commit d436352)
1 parent b9aaedb commit 0436e7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/cargo-install-all.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ mkdir -p "$installDir/bin"
158158
"$cargo" $maybeRustVersion \
159159
--config 'patch.crates-io.ntapi.git="https://github.com/solana-labs/ntapi"' \
160160
--config 'patch.crates-io.ntapi.rev="97ede981a1777883ff86d142b75024b023f04fad"' \
161-
$maybeSplTokenCliVersionArg \
162-
install --locked spl-token-cli --root "$installDir"
161+
install --locked spl-token-cli --root "$installDir" $maybeSplTokenCliVersionArg
163162
fi
164163
)
165164

0 commit comments

Comments
 (0)