We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c40e020 + 8620039 commit a4f0309Copy full SHA for a4f0309
1 file changed
libraries/linux_updates.rb
@@ -55,7 +55,7 @@ def uptodate?
55
def packages
56
return [] if @update_mgmt.nil?
57
p = @update_mgmt.packages
58
- return [] if p.nil? || u.empty?
+ return [] if p.nil? || p.empty?
59
p['installed']
60
end
61
0 commit comments