aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-web.lua
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 9a90860..753a23c 100755
--- a/apt-panopticon-report-web.lua
+++ b/apt-panopticon-report-web.lua
@@ -278,7 +278,7 @@ if nil == file then C("opening mirrors file - " .. e) else
278 local protocol = status(k, results, "Protocol") 278 local protocol = status(k, results, "Protocol")
279 local sanity = "[<font color='gray'><b>skip</b></font>]" 279 local sanity = "[<font color='gray'><b>skip</b></font>]"
280 local integrity = status(k, results, "Integrity") 280 local integrity = status(k, results, "Integrity")
281 local updated = "[<font color='gray'><b>skip</b></font>]" 281 local updated = status(k, results, "Updated")
282 282
283 -- DNS-RR test. 283 -- DNS-RR test.
284 if ("deb.devuan.org" ~= k) and (nil ~= mirrors["deb.devuan.org"]) then 284 if ("deb.devuan.org" ~= k) and (nil ~= mirrors["deb.devuan.org"]) then