From d8f7e8df54fb58fb3e05fa52156632fb6e8544c5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 5 Jun 2018 12:20:12 +1000 Subject: [PATCH] config: Fixed incorrect error message --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index a7e761e8..59d7218b 100755 --- a/neofetch +++ b/neofetch @@ -4076,7 +4076,7 @@ get_user_config() { elif [[ -f "${files[0]}" ]]; then source "${files[0]}" - err "Config: Sourced user config. (${config_file})" + err "Config: Sourced user config. (${files[0]})" else config_file="${XDG_CONFIG_HOME}/neofetch/config.conf"