Browse Source

fix quotes

Kid 5 years ago
parent
commit
1b99df310d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      neofetch

+ 1 - 1
neofetch

@@ -3743,7 +3743,7 @@ END
 
                 "Plasma"*)
                     image="${XDG_CONFIG_HOME}/plasma-org.kde.plasma.desktop-appletsrc"
-                    image="$(awk -F '=' '$1 == "Image" { print $2 }' $image)"
+                    image="$(awk -F '=' '$1 == "Image" { print $2 }' "$image")"
                 ;;
 
                 *)