diff options
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/scopes.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/scopes.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Homebrew/cask/lib/hbc/scopes.rb b/Library/Homebrew/cask/lib/hbc/scopes.rb index 149c2c343..a469ae0fa 100644 --- a/Library/Homebrew/cask/lib/hbc/scopes.rb +++ b/Library/Homebrew/cask/lib/hbc/scopes.rb @@ -27,6 +27,7 @@ module Hbc          # TODO: speed up Hbc::Source::Tapped (main perf drag is calling Hbc.all_tokens repeatedly)          # TODO: ability to specify expected source when calling CaskLoader.load (minor perf benefit)          Pathname.glob(caskroom.join("*")) +                .sort                  .map do |caskroom_path|                    token = caskroom_path.basename.to_s | 
