Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmack committed Feb 16, 2023
1 parent 068a07e commit c87e07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gossamer/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ var (
// BasePathFlag data directory for node
BasePathFlag = cli.StringFlag{
Name: "basepath",
Aliases: []string{"base-bath"}, // base-path is argument used by polkadot node
Aliases: []string{"base-path"}, // base-path is argument used by polkadot node
Usage: "Data directory for the node",
}
PprofServerFlag = cli.BoolFlag{
Expand Down

0 comments on commit c87e07e

Please sign in to comment.