Fix whitespace in Windows OS line
This commit is contained in:
parent
d5fbd1f1ee
commit
f18c315697
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -538,7 +538,7 @@ getdistro () {
|
||||||
distro=${distro/Microsoft }
|
distro=${distro/Microsoft }
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
distro=${distro//+( )/ }
|
distro="${distro%"${distro##*[![:space:]]}"}"
|
||||||
|
|
||||||
# Get architecture
|
# Get architecture
|
||||||
[ "$os_arch" == "on" ] && \
|
[ "$os_arch" == "on" ] && \
|
||||||
|
|
Loading…
Reference in a new issue