aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
authordvs12024-11-06 10:33:30 +1000
committerdvs12024-11-06 10:33:30 +1000
commit5e950206000105fdb7e679987c72b21ac9857b58 (patch)
tree3524da5ce428e52ca20b82a943e7862255bb6f63 /apt-panopticon.lua
parentRevert the APT.exe tweaks (diff)
downloadapt-panopticon-5e950206000105fdb7e679987c72b21ac9857b58.zip
apt-panopticon-5e950206000105fdb7e679987c72b21ac9857b58.tar.gz
apt-panopticon-5e950206000105fdb7e679987c72b21ac9857b58.tar.bz2
apt-panopticon-5e950206000105fdb7e679987c72b21ac9857b58.tar.xz
Typo-=2
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 042e510..19950ac 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -641,7 +641,7 @@ local validateURL = function(m)
641 if nil == p.path then p.path = '' end 641 if nil == p.path then p.path = '' end
642 if nil ~= p.port then p.authority = authority .. ':' .. p.port end 642 if nil ~= p.port then p.authority = authority .. ':' .. p.port end
643 if nil == m.FQDN then W("Something wrong in FQDN from mirror_list.txt! nil", "", "", p.authority) else 643 if nil == m.FQDN then W("Something wrong in FQDN from mirror_list.txt! nil", "", "", p.authority) else
644 if m.FQDN ~= p.authority then W("Something wrong in FDQN from mirror_list.txt! " .. m.FDQN, "", "", p.authority) end 644 if m.FQDN ~= p.authority then W("Something wrong in FQDN from mirror_list.txt! " .. m.FQDN, "", "", p.authority) end
645 end 645 end
646 if nil == m.BaseURL then W("Something wrong in BaseURL from mirror_list.txt! nil", "", "", p.authority) else 646 if nil == m.BaseURL then W("Something wrong in BaseURL from mirror_list.txt! nil", "", "", p.authority) else
647 if m.BaseURL ~= (p.authority .. p.path) then W("Something wrong in BaseURL from mirror_list.txt! " .. m.BaseURL, "", "", p.authority) end 647 if m.BaseURL ~= (p.authority .. p.path) then W("Something wrong in BaseURL from mirror_list.txt! " .. m.BaseURL, "", "", p.authority) end