tap-info: pass explicit sort to handle APFS
This commit is contained in:
parent
e308df25a9
commit
35fae7ce6a
@ -21,10 +21,11 @@ module Homebrew
|
|||||||
module_function
|
module_function
|
||||||
|
|
||||||
def tap_info
|
def tap_info
|
||||||
|
# TODO: This still returns a non-alphabetised list on APFS.
|
||||||
if ARGV.include? "--installed"
|
if ARGV.include? "--installed"
|
||||||
taps = Tap
|
taps = Tap
|
||||||
else
|
else
|
||||||
taps = ARGV.named.map do |name|
|
taps = ARGV.named.sort.map do |name|
|
||||||
Tap.fetch(name)
|
Tap.fetch(name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user