mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-07-27 21:47:44 -05:00
distro: fix whitespace for High Sierra
This commit is contained in:
parent
322acffb95
commit
4f3f0f73c0
2
neofetch
2
neofetch
|
|
@ -177,7 +177,7 @@ get_distro() {
|
|||
"10.10"*) codename="OS X Yosemite" ;;
|
||||
"10.11"*) codename="OS X El Capitan" ;;
|
||||
"10.12"*) codename="macOS Sierra" ;;
|
||||
"10.13"*) codename="macOS High Sierra" ;;
|
||||
"10.13"*) codename="macOS High Sierra" ;;
|
||||
*) codename="macOS" ;;
|
||||
esac
|
||||
distro="$codename $osx_version $osx_build"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user