aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-10-15 10:55:45 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-10-15 10:55:45 +0300
commit729f553d878bfbabd71c9e00762ef04870ceda6a (patch)
tree915eb70ed1cf2fadd3e21e36dae79d73bb49005c
parent6c3d5c3a87b00a86125b578c3a2a7f5304d93229 (diff)
downloadpfetch-729f553d878bfbabd71c9e00762ef04870ceda6a.tar.gz
pfetch: Fix incorrect host output. Closes #29
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index 0307e99..481112c 100755
--- a/pfetch
+++ b/pfetch
@@ -343,7 +343,7 @@ get_host() {
# found in the "blacklist" below. Only non-matches are appended
# to the final host string.
case $word in
- To | [Bb]e | [Ff]illed | by | O.E.M. | OEM |\
+ To | [Bb]e | [Ff]illed | [Bb]y | O.E.M. | OEM |\
Not | Applicable | Specified | System | Product | Name |\
Version | Undefined | Default | string | INVALID | � | os )
continue