From acc8103dde1b6df361d0d430b11b8777b10cabf7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 9 Jan 2019 08:59:23 +0200 Subject: [PATCH] fixed travis --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 240ed4f0..0cbab5f1 100755 --- a/neofetch +++ b/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}"