diff options
| author | Dominyk Tiller | 2017-10-14 06:13:40 +0100 | 
|---|---|---|
| committer | Dominyk Tiller | 2017-10-14 06:14:30 +0100 | 
| commit | e98d0fda86719794fd35f42b25a22fad408fd7ef (patch) | |
| tree | 6ba8c1add0344837b653400b6060d3fb9670a848 /Library/Homebrew/tap.rb | |
| parent | 35fae7ce6ab9a8bb0bde731b294771166ed9bdef (diff) | |
| download | brew-e98d0fda86719794fd35f42b25a22fad408fd7ef.tar.bz2 | |
tap: pass explicit sort to handle APFS
Diffstat (limited to 'Library/Homebrew/tap.rb')
| -rw-r--r-- | Library/Homebrew/tap.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 78dc4cf4e..4b3cfc38a 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -494,7 +494,7 @@ class Tap    # an array of all installed {Tap} names.    def self.names -    map(&:name) +    map(&:name).sort    end    # @private  | 
