Fix publish of move program (#7072)

This commit is contained in:
Jack May 2019-11-20 20:33:49 -08:00 committed by GitHub
parent 96dd044f8e
commit d9024db68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
)