Fix SIMAPP42_ENABLED -> WASMD_ENABLED for cosmwasm example

This commit is contained in:
Simon Warta 2021-11-18 22:18:36 +01:00
parent 09c37c5868
commit de32f787e9

View File

@ -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