Skip to content

Commit

Permalink
bugfix: rename gotocompany/meteor to goto/meteor in version cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
batrov committed Jul 11, 2023
1 parent 0f67860 commit ff2ad84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit ff2ad84

Please sign in to comment.