Distro: Fix typo
This commit is contained in:
parent
7141db1046
commit
5cb04eccce
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -216,7 +216,7 @@ get_distro() {
|
||||||
|
|
||||||
"IRIX" | "HP-UX")
|
"IRIX" | "HP-UX")
|
||||||
distro="$os ${kernel_version}"
|
distro="$os ${kernel_version}"
|
||||||
case "$distro_shortahand" in
|
case "$distro_shorthand" in
|
||||||
"on" | "tiny") distro="${distro/ ${kernel_version}}" ;;
|
"on" | "tiny") distro="${distro/ ${kernel_version}}" ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue