diff --git a/cmd/mg/cmd/import.go b/cmd/mg/cmd/import.go index 17a0712..1a52f61 100644 --- a/cmd/mg/cmd/import.go +++ b/cmd/mg/cmd/import.go @@ -57,5 +57,5 @@ var importCmd = &cobra.Command{ } func init() { - rootCmd.AddCommand(registerCmd) + rootCmd.AddCommand(importCmd) }