diff options
| author | Markus Reiter | 2017-12-03 10:05:50 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-12-03 10:09:09 +0100 |
| commit | a02ce4f8e9699053b363a7dcf593736accae36cb (patch) | |
| tree | 65390d33ec668ecefd56363b154e7c557a42e471 /Library/Homebrew/cask/lib | |
| parent | e4bb09dd402ad4b8e3b98d16fec9cfef9646b393 (diff) | |
| download | brew-a02ce4f8e9699053b363a7dcf593736accae36cb.tar.bz2 | |
Also remove writer method for `Hbc.binarydir`.
Diffstat (limited to 'Library/Homebrew/cask/lib')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/locations.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/locations.rb b/Library/Homebrew/cask/lib/hbc/locations.rb index 539f9c554..5c9a28f5d 100644 --- a/Library/Homebrew/cask/lib/hbc/locations.rb +++ b/Library/Homebrew/cask/lib/hbc/locations.rb @@ -57,8 +57,6 @@ module Hbc @servicedir ||= Pathname.new("~/Library/Services").expand_path end - attr_writer :binarydir - def binarydir @binarydir ||= HOMEBREW_PREFIX.join("bin") end |
