Skip to content

Commit

Permalink
Fix publish of move program (solana-labs#7072)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay authored Nov 21, 2019
1 parent 96dd044 commit d9024db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cargo-install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ SECONDS=0

if $useMove; then
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
$cargo $maybeRustVersion build $maybeReleaseFlag --manifest-path programs/move_loader_program/Cargo.toml
$cargo $maybeRustVersion build $maybeReleaseFlag --manifest-path programs/move_loader/Cargo.toml
fi
)

Expand Down

0 comments on commit d9024db

Please sign in to comment.