diff options
| author | Mike McQuaid | 2017-05-07 14:12:44 +0100 |
|---|---|---|
| committer | GitHub | 2017-05-07 14:12:44 +0100 |
| commit | 3e4547f52e7ebec633f8bfefc8a396d944edf908 (patch) | |
| tree | 59d478b0a91845c3706e6cd312e7d3469c0a594a /Library/Homebrew/cask/lib/hbc/container/executable.rb | |
| parent | 6edf9382bcc1240ad6f97c8b752cfe56cef9965d (diff) | |
| parent | ee253e465b8e2f5acdb53daf572311e87055e082 (diff) | |
| download | brew-3e4547f52e7ebec633f8bfefc8a396d944edf908.tar.bz2 | |
Merge pull request #2597 from MikeMcQuaid/vendor-gems
Vendor all Homebrew's gems.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/container/executable.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/container/executable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/container/executable.rb b/Library/Homebrew/cask/lib/hbc/container/executable.rb index 848f6d4be..61bd4ef9b 100644 --- a/Library/Homebrew/cask/lib/hbc/container/executable.rb +++ b/Library/Homebrew/cask/lib/hbc/container/executable.rb @@ -1,5 +1,5 @@ require "hbc/container/naked" -require "vendor/macho/macho" +require "macho" module Hbc class Container |
