Skip to content

Commit 972c181

Browse files
committed
Fix text when your on unknown version
1 parent aef14a5 commit 972c181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versionHandler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func compareVersionsAndReturn(latest, current string) (string, string, string) {
6363
return latest, color.GreenString("are"), color.CyanString("an ahead")
6464
}
6565
}
66-
return latest, color.YellowString("are maybe"), "unable to compare versions"
66+
return latest, color.YellowString("are maybe"), "the latest"
6767
}
6868

6969
func loadCache() (*VersionCache, error) {

0 commit comments

Comments
 (0)