diff options
Diffstat (limited to '')
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 96f6d62..da349fd 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -729,7 +729,7 @@ local downloads = function(host, URL, release, list) | |||
729 | addDownload(host, URL, f, release, "/" .. l) | 729 | addDownload(host, URL, f, release, "/" .. l) |
730 | end | 730 | end |
731 | else | 731 | else |
732 | D('Downlaading http://' .. host .. URL .. '/merged/' .. list) | 732 | D('Downloading http://' .. host .. URL .. '/merged/' .. list) |
733 | f:write('url "' .. 'http://' .. host .. URL .. '/merged/' .. list .. '"\n') | 733 | f:write('url "' .. 'http://' .. host .. URL .. '/merged/' .. list .. '"\n') |
734 | f:write('output "results/' .. host .. '/merged/' .. list .. '"\n') | 734 | f:write('output "results/' .. host .. '/merged/' .. list .. '"\n') |
735 | end | 735 | end |