fixed travis
This commit is contained in:
parent
78e0fa3212
commit
acc8103dde
2
neofetch
2
neofetch
|
@ -3472,7 +3472,7 @@ print_ascii() {
|
|||
done <<< "${ascii_data//\$\{??\}}"
|
||||
|
||||
# Fallback if file not found.
|
||||
((lines==1)) && { lines=; ascii_len=; image_source="auto"; get_distro_ascii; print_ascii; return; }
|
||||
((lines==1)) && { lines=; ascii_len=; image_source=auto; get_distro_ascii; print_ascii; return; }
|
||||
|
||||
# Colors.
|
||||
ascii_data="${ascii_data//\$\{c1\}/$c1}"
|
||||
|
|
Reference in New Issue