From 739511fd75f583bfff2b1f30dbb94268c86e0e7a Mon Sep 17 00:00:00 2001 From: Leon Tan Date: Thu, 3 Oct 2024 17:58:42 +0000 Subject: [PATCH] Put a newline at the end of the script --- scripts/dfx-orbit.validate.backend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dfx-orbit.validate.backend.sh b/scripts/dfx-orbit.validate.backend.sh index 496439c44..70935d70c 100755 --- a/scripts/dfx-orbit.validate.backend.sh +++ b/scripts/dfx-orbit.validate.backend.sh @@ -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 \ No newline at end of file +dfx-orbit verify $BACKEND_REQUEST_ID canister install backend --mode upgrade --wasm target/backend.wasm.gz --arg-file target/args.txt