Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Oct 20, 2022
1 parent 84aced5 commit 4d1ef14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/cosmovisor/cmd/cosmovisor/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"github.com/rs/zerolog"
"github.com/spf13/cobra"

cverrors "cosmossdk.io/errors"
"cosmossdk.io/tools/cosmovisor"
cverrors "cosmossdk.io/tools/cosmovisor/errors"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion tools/cosmovisor/cmd/cosmovisor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"

"cosmossdk.io/tools/cosmovisor"
cverrors "gcosmossdk.io/tools/cosmovisor/errors"
cverrors "cosmossdk.io/tools/cosmovisor/errors"
)

func main() {
Expand Down

0 comments on commit 4d1ef14

Please sign in to comment.