scripts: Rename wasmd chain -> launchpad

This commit is contained in:
willclarktech
2020-11-10 16:37:21 +01:00
parent c5c4b4330d
commit 36d7267efd
27 changed files with 3 additions and 3 deletions
-11
View File
@@ -1,11 +0,0 @@
#!/bin/bash
set -o errexit -o nounset -o pipefail
command -v shellcheck > /dev/null && shellcheck "$0"
SCRIPT_DIR="$(realpath "$(dirname "$0")")"
# shellcheck source=./env
# shellcheck disable=SC1091
source "$SCRIPT_DIR"/env
echo "Killing Cosmos container..."
docker container kill "$CONTAINER_NAME"