mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Fix SIMAPP42_ENABLED -> WASMD_ENABLED for cosmwasm example
This commit is contained in:
parent
09c37c5868
commit
de32f787e9
@ -2,7 +2,7 @@
|
||||
set -o errexit -o nounset -o pipefail
|
||||
command -v shellcheck >/dev/null && shellcheck "$0"
|
||||
|
||||
if [ -n "${SIMAPP42_ENABLED:-}" ]; then
|
||||
if [ -n "${WASMD_ENABLED:-}" ]; then
|
||||
yarn node ./bin/cosmwasm-cli --init examples/cosmwasm.ts --code "process.exit(0)"
|
||||
fi
|
||||
if [ -n "${LAUNCHPAD_ENABLED:-}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user