diff options
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/artifact/pkg.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/artifact/pkg.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/cask/lib/hbc/artifact/pkg.rb b/Library/Homebrew/cask/lib/hbc/artifact/pkg.rb index c43481c82..1ba2b4b97 100644 --- a/Library/Homebrew/cask/lib/hbc/artifact/pkg.rb +++ b/Library/Homebrew/cask/lib/hbc/artifact/pkg.rb @@ -2,7 +2,7 @@ require "hbc/artifact/base"  require "hbc/utils/hash_validator" -require "vendor/plist/plist" +require "plist"  module Hbc    module Artifact | 
