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)