Skip to content

Commit

Permalink
migrate-to-v2 troubleshoot: tons of refactoring, renamed from debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alichay committed Jun 7, 2023
1 parent c2155b6 commit a242164
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 158 deletions.
2 changes: 1 addition & 1 deletion internal/command/migrate_to_v2/migrate_to_v2.go
Expand Up @@ -77,7 +77,7 @@ func newMigrateToV2() *cobra.Command {
},
)

cmd.AddCommand(newDebug())
cmd.AddCommand(newTroubleshoot())

return cmd
}
Expand Down

0 comments on commit a242164

Please sign in to comment.