From e98d0fda86719794fd35f42b25a22fad408fd7ef Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sat, 14 Oct 2017 06:13:40 +0100 Subject: [PATCH] tap: pass explicit sort to handle APFS --- Library/Homebrew/tap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 78dc4cf4e7..4b3cfc38ab 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