aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon-report-email.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-email.lua b/apt-panopticon-report-email.lua
index b9c1b30..eb2a0a7 100755
--- a/apt-panopticon-report-email.lua
+++ b/apt-panopticon-report-email.lua
@@ -240,7 +240,7 @@ if nil == file then C("opening mirrors file - " .. e) else
240 local protocol = status(k, results, "Protocol") 240 local protocol = status(k, results, "Protocol")
241 local sanity = "[skip]" 241 local sanity = "[skip]"
242 local integrity = status(k, results, "Integrity") 242 local integrity = status(k, results, "Integrity")
243 local updated = "[skip]" 243 local updated = status(k, results, "Updated")
244 244
245 -- DNS-RR test. 245 -- DNS-RR test.
246 if ("deb.devuan.org" ~= k) and (nil ~= mirrors["deb.devuan.org"]) then 246 if ("deb.devuan.org" ~= k) and (nil ~= mirrors["deb.devuan.org"]) then