We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1212e commit 5c8dd70Copy full SHA for 5c8dd70
update/update.go
@@ -21,7 +21,7 @@ type StateEntry struct {
21
LatestRelease ReleaseInfo `yaml:"latest_release"`
22
}
23
24
-// CheckForUpdate checks whether this software has had a newer relase on GitHub
+// CheckForUpdate checks whether this software has had a newer release on GitHub
25
func CheckForUpdate(client *api.Client, stateFilePath, repo, currentVersion string) (*ReleaseInfo, error) {
26
latestRelease, err := getLatestReleaseInfo(client, stateFilePath, repo, currentVersion)
27
if err != nil {
0 commit comments