From 01b3df7cd2524ad423b28c53945da6683147a4f7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 26 Jan 2017 18:41:03 +1100 Subject: [PATCH] Error: Add quotes to image --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 7f9d5cc9..dea0e0b1 100755 --- a/neofetch +++ b/neofetch @@ -2095,7 +2095,7 @@ get_image_source() { ;; esac - err "Image: Using image $image" + err "Image: Using image '$image'" } get_wallpaper() {