aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-24 10:40:39 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-24 10:40:39 +0300
commit380985a8fab08bb11646c62618185be04e40cad3 (patch)
treef78f7b4d9b7a500a32327f51b60aecc020b5b64d
parentb9c399d671b2592a3eaa4ec6f84f2c79535b529a (diff)
downloadpfetch-380985a8fab08bb11646c62618185be04e40cad3.tar.gz
docs: update
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index f1140c2..841051f 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