Fix typo
This commit is contained in:
parent
5d9b77c9b0
commit
4917191cdb
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
|
@ -1637,7 +1637,7 @@ get_packages() {
|
||||||
ProgramData=$(cygpath --folder 0x0023 2>/dev/null)
|
ProgramData=$(cygpath --folder 0x0023 2>/dev/null)
|
||||||
if [[ -z $ProgramData ]]; then
|
if [[ -z $ProgramData ]]; then
|
||||||
mount=$(awk '/^C:/ {print $2}' /proc/mounts 2>/dev/null)
|
mount=$(awk '/^C:/ {print $2}' /proc/mounts 2>/dev/null)
|
||||||
ProgramData=${ProgramData:-${c_mount:-/cygdrive/c}/ProgramData}
|
ProgramData=${ProgramData:-${mount:-/cygdrive/c}/ProgramData}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Scoop environment throws errors if `tot scoop list` is used
|
# Scoop environment throws errors if `tot scoop list` is used
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue