fixed travis

This commit is contained in:
Dylan Araps 2019-01-09 08:59:23 +02:00
parent 78e0fa3212
commit acc8103dde
1 changed files with 1 additions and 1 deletions

View File

@ -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}"