Skip to content

Commit

Permalink
Add missing is-validated command (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Apr 10, 2024
1 parent 8b02050 commit 12ab26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/migrate/migrate.go
Expand Up @@ -37,6 +37,7 @@ func init() {
stageContractCommand.AddToParent(Cmd)
unstageContractCommand.AddToParent(Cmd)
stateCommand.AddToParent(Cmd)
IsValidatedCommand.AddToParent(Cmd)
}

var Cmd = &cobra.Command{
Expand Down

0 comments on commit 12ab26a

Please sign in to comment.