From da6add25ad223398422b5216c9620035c2ffb1f4 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 7 May 2016 21:18:03 +1000 Subject: [PATCH] Fix capitalization --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index a8578b0d..3ef4eb0b 100755 --- a/neofetch +++ b/neofetch @@ -1585,7 +1585,7 @@ getfont () { getdisk () { # df flags case "$os" in - "Linux" | "iPhone Os" | "Windows") df_flags="-h -l --total" ;; + "Linux" | "iPhone OS" | "Windows") df_flags="-h -l --total" ;; "Mac OS X") df_flags="-H / -l" ;; *"BSD")