Fix namespace.

This commit is contained in:
Markus Reiter 2018-09-21 01:24:43 +02:00
parent 921ad050cf
commit c89e46aff1
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Check
pkg_files = diff[:installed_pkgs]
.added
.flat_map { |id| Hbc::Pkg.new(id).pkgutil_bom_all.map(&:to_s) }
.flat_map { |id| Cask::Pkg.new(id).pkgutil_bom_all.map(&:to_s) }
installed_apps = diff[:installed_apps].added - pkg_files