aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap.rb
diff options
context:
space:
mode:
authorDominyk Tiller2017-10-14 06:13:40 +0100
committerDominyk Tiller2017-10-14 06:14:30 +0100
commite98d0fda86719794fd35f42b25a22fad408fd7ef (patch)
tree6ba8c1add0344837b653400b6060d3fb9670a848 /Library/Homebrew/tap.rb
parent35fae7ce6ab9a8bb0bde731b294771166ed9bdef (diff)
downloadbrew-e98d0fda86719794fd35f42b25a22fad408fd7ef.tar.bz2
tap: pass explicit sort to handle APFS
Diffstat (limited to 'Library/Homebrew/tap.rb')
-rw-r--r--Library/Homebrew/tap.rb2
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