aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-24 10:39:16 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-24 10:39:16 +0300
commitb9c399d671b2592a3eaa4ec6f84f2c79535b529a (patch)
treedf1f42655a35c40ad74d6a47ad54aa609f8ac145
parent4fd3cece95668a48eef11d5877a7f79be338f216 (diff)
downloadpfetch-b9c399d671b2592a3eaa4ec6f84f2c79535b529a.tar.gz
docs: update
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
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