Skip to content

Commit d033c59

Browse files
committed
fix: metricsToDash
1 parent 2375c5a commit d033c59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/metricsToDash/metricsToDash.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package metricstodash
1+
package metricsToDash
22

33
import (
44
"fmt"

cmd/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)