Fix test
This commit is contained in:
parent
0674f14125
commit
d08fdbf0e3
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -976,7 +976,7 @@ get_gpu() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Mac OS X")
|
"Mac OS X")
|
||||||
if [[ -f "${cache_dir}/neofetch" ]]; then
|
if [[ -f "${cache_dir}/neofetch/gpu" ]]; then
|
||||||
source "${cache_dir}/neofetch/gpu"
|
source "${cache_dir}/neofetch/gpu"
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue