From b9c399d671b2592a3eaa4ec6f84f2c79535b529a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 10:39:16 +0300 Subject: [PATCH] docs: update --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index 841051f..f1140c2 100755 --- a/pfetch +++ b/pfetch @@ -45,7 +45,7 @@ main() { # NOTE: To avoid breaking indentation with 'EOF', '-EOF' is used. # This has the caveat that the lines be TAB indented. read -r kernel_name kernel_version kernel_machine <<-EOF - $(uname -srm) + $(uname -srm) EOF get_os