From 7b2af25ee47863f2972c558d3337ef06a0aaedd5 Mon Sep 17 00:00:00 2001 From: Magic Cat Date: Thu, 21 Sep 2023 19:51:39 +0700 Subject: [PATCH] updated main --- cmd/ibcjuno/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ibcjuno/main.go b/cmd/ibcjuno/main.go index 540fc39..4e6e04b 100644 --- a/cmd/ibcjuno/main.go +++ b/cmd/ibcjuno/main.go @@ -9,7 +9,7 @@ import ( func main() { // IBCJuno config runner - config := cmd.NewCmdConfig("IBCJuno").StartConfig(types.NewStartConfig()) + config := cmd.NewCmdConfig("ibcjuno").StartConfig(types.NewStartConfig()) // Run the commands and panic if there is any error exec := cmd.BuildDefaultCmd(config)