Skip to content

Commit

Permalink
Put a newline at the end of the script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawchord committed Oct 3, 2024
1 parent 5e77b87 commit 739511f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dfx-orbit.validate.backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ ENV=ic ./scripts/deploy.args.sh > target/args.txt
DOCKER_BUILDKIT=1 docker build --progress=plain --build-arg network=ic -o target/ .

# Verify that the wasm matches the request
dfx-orbit verify $BACKEND_REQUEST_ID canister install backend --mode upgrade --wasm target/backend.wasm.gz --arg-file target/args.txt
dfx-orbit verify $BACKEND_REQUEST_ID canister install backend --mode upgrade --wasm target/backend.wasm.gz --arg-file target/args.txt

0 comments on commit 739511f

Please sign in to comment.