Skip to content

Commit

Permalink
chore: fix subcmd name relayerminer -> relayminer
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Nov 14, 2023
1 parent 17597c4 commit 23ac551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/relayer/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (

func RelayerCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "relayerminer",
Use: "relayminer",
Short: "Run a relay miner",
Long: `Run a relay miner`,
RunE: runRelayer,
Expand Down

0 comments on commit 23ac551

Please sign in to comment.