diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-10-15 10:55:45 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-10-15 10:55:45 +0300 |
| commit | 729f553d878bfbabd71c9e00762ef04870ceda6a (patch) | |
| tree | 915eb70ed1cf2fadd3e21e36dae79d73bb49005c | |
| parent | 6c3d5c3a87b00a86125b578c3a2a7f5304d93229 (diff) | |
| download | pfetch-729f553d878bfbabd71c9e00762ef04870ceda6a.tar.gz | |
pfetch: Fix incorrect host output. Closes #29
| -rwxr-xr-x | pfetch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
