Skip to content

Commit

Permalink
fix(pprof): pprofserver flag changed to boolean (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jan 18, 2022
1 parent eee7604 commit be00a69
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 @@ -103,7 +103,7 @@ var (
Name: "basepath",
Usage: "Data directory for the node",
}
PprofServerFlag = cli.StringFlag{
PprofServerFlag = cli.BoolFlag{
Name: "pprofserver",
Usage: "enable or disable the pprof HTTP server",
}
Expand Down

0 comments on commit be00a69

Please sign in to comment.