File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- package metricstodash
1+ package metricsToDash
22
33import (
44 "fmt"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import (
3232 "github.com/0xPolygon/polygon-cli/cmd/fund"
3333 "github.com/0xPolygon/polygon-cli/cmd/hash"
3434 "github.com/0xPolygon/polygon-cli/cmd/loadtest"
35- "github.com/0xPolygon/polygon-cli/cmd/metricstodash "
35+ "github.com/0xPolygon/polygon-cli/cmd/metricsToDash "
3636 "github.com/0xPolygon/polygon-cli/cmd/mnemonic"
3737 "github.com/0xPolygon/polygon-cli/cmd/monitor"
3838 "github.com/0xPolygon/polygon-cli/cmd/monitorv2"
@@ -153,7 +153,7 @@ func NewPolycliCommand() *cobra.Command {
153153 fund .FundCmd ,
154154 hash .HashCmd ,
155155 loadtest .LoadtestCmd ,
156- metricstodash .MetricsToDashCmd ,
156+ metricsToDash .MetricsToDashCmd ,
157157 mnemonic .MnemonicCmd ,
158158 monitor .MonitorCmd ,
159159 monitorv2 .MonitorV2Cmd ,
You can’t perform that action at this time.
0 commit comments