aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
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 ba4d408..2e95d51 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -972,7 +972,7 @@ os.execute('sleep 1') -- Wait for things to start up before checking for them.
972 end 972 end
973 end 973 end
974 end 974 end
975 APT.results["speed"] = {min = min, max = max} 975 APT.results["speed"] = {["min"] = min, ["max"] = max}
976 end 976 end
977 977
978 if (APT.options.referenceSite.value ~= host) and ('' ~= list.nextf) then 978 if (APT.options.referenceSite.value ~= host) and ('' ~= list.nextf) then