瀏覽代碼

Merge pull request #593 from mstraube/suse

ASCII: Fix SUSE logo not displayed
Herdiansyah 8 年之前
父節點
當前提交
64e3778b93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      neofetch

+ 1 - 1
neofetch

@@ -2942,7 +2942,7 @@ get_distro_colors() {
 
 
         "openSUSE"* | "open SUSE"* | "SUSE"*)
         "openSUSE"* | "open SUSE"* | "SUSE"*)
             set_colors 2 7
             set_colors 2 7
-            ascii_distro="suse"
+            ascii_file="suse"
         ;;
         ;;
 
 
         "SwagArch"*)
         "SwagArch"*)