Skip to content

Commit 3ec9a37

Browse files
Update main.go
Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
1 parent 0f93050 commit 3ec9a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func main() {
6868

6969
latest, err := checkForUpdates()
7070
if err != nil {
71-
feedback.Warning(color.YellowString("Failed to check for updates: "+err.Error()) + "\n")
71+
feedback.Warning(color.YellowString("\n\nFailed to check for updates: "+err.Error()) + "\n")
7272
}
7373
if latest != "" {
7474
msg := fmt.Sprintf("\n\n%s %s → %s\n%s",

0 commit comments

Comments
 (0)