From 9733a3b8cf78115bfdca31e71ac2e4de5d80dda8 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 1 Jan 2020 01:17:53 +1000 Subject: Silly typo be gone. --- apt-panopticon.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-panopticon.lua') diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 2237232..70a9b83 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -755,12 +755,12 @@ local parsePackages = function(host) 'results/' .. APT.options.referenceSite.value .. '/merged/dists/' .. n .. dir .. 'Packages_parsed-sorted ' .. ' | grep -E "^\\+" | grep -Ev "^\\+\\+\\+|^---" >>results/NEW_' .. list.out .. '_TMP_' .. n .. '.txt') for i, s in pairs(referenceDebs) do - if 0 < Apt.exe('grep "' .. s:sub(8, -1) .. '" results/OLD_' .. list.out .. '_' .. n .. '.txt'):Do().status then + if 0 < APT.exe('grep "' .. s:sub(8, -1) .. '" results/OLD_' .. list.out .. '_' .. n .. '.txt'):Do().status then print('Reference package is out of date - ' .. s) end end for i, s in pairs(referenceDevs) do - if 0 < Apt.exe('grep "' .. s:sub(8, -1) .. '" results/OLD_' .. list.out .. '_' .. n .. '.txt'):Do().status then + if 0 < APT.exe('grep "' .. s:sub(8, -1) .. '" results/OLD_' .. list.out .. '_' .. n .. '.txt'):Do().status then print('Reference package is out of date - ' .. s) end end -- cgit v1.1