From ff2ad8466783f045e2b80670292e428706079306 Mon Sep 17 00:00:00 2001 From: Hermawan Wijaya Date: Tue, 11 Jul 2023 18:00:37 +0700 Subject: [PATCH] bugfix: rename gotocompany/meteor to goto/meteor in version cmd --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index c99eff717..b0f29d6d9 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -30,7 +30,7 @@ func VersionCmd() *cobra.Command { } fmt.Println(Version) - fmt.Println(term.Yellow(version.UpdateNotice(Version, "gotocompany/meteor"))) + fmt.Println(term.Yellow(version.UpdateNotice(Version, "goto/meteor"))) return nil },