Skip to content
Snippets Groups Projects
Commit 4830bdb5 authored by Jack Nagel's avatar Jack Nagel
Browse files

The argument to pkgutil_info is always a string

parent 0d3121f7
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ module OS
end
def pkgutil_info(id)
(@pkginfo ||= {}).fetch(id.to_s) do |key|
(@pkginfo ||= {}).fetch(id) do |key|
@pkginfo[key] = `/usr/sbin/pkgutil --pkg-info "#{key}" 2>/dev/null`.strip
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment