We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f93050 commit 3ec9a37Copy full SHA for 3ec9a37
main.go
@@ -68,7 +68,7 @@ func main() {
68
69
latest, err := checkForUpdates()
70
if err != nil {
71
- feedback.Warning(color.YellowString("Failed to check for updates: "+err.Error()) + "\n")
+ feedback.Warning(color.YellowString("\n\nFailed to check for updates: "+err.Error()) + "\n")
72
}
73
if latest != "" {
74
msg := fmt.Sprintf("\n\n%s %s → %s\n%s",
0 commit comments