From a0840303aeb9f8fe5cd0aec8f7417061f69d67dc Mon Sep 17 00:00:00 2001 From: Lucio Rubens Date: Sun, 24 Sep 2023 20:38:11 -0300 Subject: [PATCH] fix: tab --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d0a1725..d34c7bba 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ help: ## Display this help message. echo "VITE_GNO_WS_URL=ws://127.0.0.1:26657/websocket"; \ echo "VITE_GNO_CHESS_REALM=gno.land/r/demo/chess"; \ echo "VITE_FAUCET_URL=http://127.0.0.1:8545"; \ - echo "VITE_GNO_JSONRPC_URL=http://127.0.0.1:26657"; \ + echo "VITE_GNO_JSONRPC_URL=http://127.0.0.1:26657"; \ ) > web/.env cp web/.env web/assets/js/.env cd web; npm run build