From 1e2b05e3ccc7bf034eb7c0917406b942c6f687a8 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Wed, 28 Apr 2021 21:29:03 +0200 Subject: [PATCH] Fix shell lint issue --- scripts/wasmd/contracts/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wasmd/contracts/download.sh b/scripts/wasmd/contracts/download.sh index 3addb9f7..09b83d56 100755 --- a/scripts/wasmd/contracts/download.sh +++ b/scripts/wasmd/contracts/download.sh @@ -10,4 +10,4 @@ curl -L -O "https://github.com/CosmWasm/cosmwasm/releases/download/${COSMWASM_VE curl -L -O "https://github.com/CosmWasm/cosmwasm-plus/releases/download/${PLUS_VERSION}/cw1_subkeys.wasm" curl -L -O "https://github.com/CosmWasm/cosmwasm-plus/releases/download/${PLUS_VERSION}/cw3_fixed_multisig.wasm" -sha256sum *.wasm > checksums.sha256 +sha256sum *.wasm >checksums.sha256