Skip to content

Commit 6abc3a5

Browse files
author
Yusuf Yaman
committed
Add a newline to printed information after wallpaper is downloaded
This patch prevents terminal prompt to look bad. Screenshots are provided.
1 parent 697729e commit 6abc3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallhaven/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func Search(cmd *cobra.Command, args []string) error {
6868
return err
6969
}
7070

71-
fmt.Printf("[download] %v", url)
71+
fmt.Printf("[download] %v\n", url)
7272
return nil
7373
}
7474

0 commit comments

Comments
 (0)