aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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