Skip to content

Commit

Permalink
fix: shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Jan 17, 2024
1 parent 6e71e2c commit 4a0a12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests-dfx/deps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Failed to download from url: http://example.com/c.wasm."
# C: set both dfx:wasm_hash and dfx:wasm_hash_url. This should be avoided by providers.
CUSTOM_HASH_C="$(sha256sum .dfx/local/canisters/c/c.wasm | cut -d " " -f 1)"
jq '.canisters.c.pullable.wasm_hash="'"$CUSTOM_HASH_C"'"' dfx.json | sponge dfx.json
echo -n $CUSTOM_HASH_C > ../www/c.wasm.sha256
echo -n "$CUSTOM_HASH_C" > ../www/c.wasm.sha256
jq '.canisters.c.pullable.wasm_hash_url="'"http://localhost:$E2E_WEB_SERVER_PORT/c.wasm.sha256"'"' dfx.json | sponge dfx.json

dfx build
Expand Down

0 comments on commit 4a0a12b

Please sign in to comment.