From 841776f27a659c646216b4aa1abc6657e4149de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20E=2E=20H=C3=A4u=C3=9Fler?= <35269695+chrissxYT@users.noreply.github.com> Date: Sun, 7 Feb 2021 01:17:33 +0100 Subject: [PATCH] didnt notice the alignment --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index 50febc9..d56c19e 100755 --- a/pfetch +++ b/pfetch @@ -331,7 +331,7 @@ get_os() { (10.13*) distro='macOS High Sierra' ;; (10.14*) distro='macOS Mojave' ;; (10.15*) distro='macOS Catalina' ;; - (11*) distro='macOS Big Sur' ;; + (11*) distro='macOS Big Sur' ;; (*) distro='macOS' ;; esac