Skip to content

Commit

Permalink
updated main
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaCat committed Sep 21, 2023
1 parent 19cbe1b commit 7b2af25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ibcjuno/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7b2af25

Please sign in to comment.