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 },