aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon-report-web.lua2
1 files changed, 1 insertions, 1 deletions
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
272 n[l] = {} 272 n[l] = {}
273 for i, u in pairs(w) do 273 for i, u in pairs(w) do
274 local log = logCount(k, i) 274 local log = logCount(k, i)
275 if "" == log then n[l] = u else n[log] = u end 275 if "" == log then n[l][i] = u else n[l][log] = u end
276 end 276 end
277 else 277 else
278 local log = logCount(k, l) 278 local log = logCount(k, l)