aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 777fdf3..5bbe1b1 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -629,6 +629,7 @@ local getMirrors = function ()
629 file:write(APT.dumpTable(mirrors, "mirrors") .. "\nreturn mirrors\n") 629 file:write(APT.dumpTable(mirrors, "mirrors") .. "\nreturn mirrors\n")
630 file:close() 630 file:close()
631 end 631 end
632 if 42 < #mirrors then print(#mirrors .. ' is too many mirrors!') ; os.exit(false) end
632 return mirrors 633 return mirrors
633end 634end
634 635