From f503d4b0eb073e9887e7c900d61fb70b1ab11ac1 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Mon, 28 Aug 2023 18:11:17 -0700 Subject: [PATCH] fix import registration --- cmd/mg/cmd/import.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }