From f0961d3f4e9c196aa28041787aa648f90c6c3a0d Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 12 Oct 2009 23:17:59 +0000 Subject: [PATCH] tweak --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 9ea3378..09d86e6 100755 --- a/inxi +++ b/inxi @@ -3098,7 +3098,7 @@ get_repo_data() { if [[ -f /etc/apt/sources.list ]];then REPO_DATA="$( grep -Esv '(^$|^[[:space:]]*#)' /etc/apt/sources.list /etc/apt/sources.list.d/*.list )" - REPO_FILE_ID='sources' + REPO_FILE_ID='apt-sources' fi }