From 08fd8d9881963fe7b161c2631542ba4a6595863e Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 13 Nov 2019 23:55:56 +1000 Subject: Oops-- --- apt-panopticon-report-web.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticon-report-web.lua') diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index 35c61dc..b8b56d4 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua @@ -272,7 +272,7 @@ if nil == file then C("opening mirrors file - " .. e) else n[l] = {} for i, u in pairs(w) do local log = logCount(k, i) - if "" == log then n[l] = u else n[log] = u end + if "" == log then n[l][i] = u else n[l][log] = u end end else local log = logCount(k, l) -- cgit v1.1