mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
Image: Fix stray space
This commit is contained in:
2
neofetch
2
neofetch
@@ -2359,7 +2359,7 @@ display_image() {
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
"catimg")
|
"catimg")
|
||||||
catimg -w "$((width * 2 / font_width))" -r 0 "$image" || to_off "Image: catimg failed to display the image."
|
catimg -w "$((width * 2 / font_width))" -r 0 "$image" || to_off "Image: catimg failed to display the image."
|
||||||
zws=
|
zws=
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user