mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-18 18:07:12 +00:00
Distro: Fix typo
This commit is contained in:
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
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user