Skip to content

Commit

Permalink
fix: update migratecmd import
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaCat committed Feb 6, 2024
1 parent 0044653 commit c676b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bdjuno/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
desmosapp "github.com/desmos-labs/desmos/v6/app"
"github.com/forbole/juno/v5/cmd"
initcmd "github.com/forbole/juno/v5/cmd/init"
migratecmd "github.com/forbole/juno/v5/cmd/migrate"
migratecmd "github.com/forbole/bdjuno/v4/cmd/migrate"
parsetypes "github.com/forbole/juno/v5/cmd/parse/types"
startcmd "github.com/forbole/juno/v5/cmd/start"
"github.com/forbole/juno/v5/modules/messages"
Expand Down

0 comments on commit c676b44

Please sign in to comment.