Fix array concatenation in ARGV.filter_for_dependencies
Gah. This was supposed to be in the last commit, but I forgot to `--amend` it.
This commit is contained in:
parent
00659f0f39
commit
3cd9b6db6a
@ -108,7 +108,7 @@ module HomebrewArgvExtension
|
|||||||
--interactive -i
|
--interactive -i
|
||||||
--HEAD
|
--HEAD
|
||||||
]
|
]
|
||||||
flags_to_clear << %[--verbose -v] if quieter?
|
flags_to_clear.concat %w[--verbose -v] if quieter?
|
||||||
flags_to_clear.each {|flag| delete flag}
|
flags_to_clear.each {|flag| delete flag}
|
||||||
|
|
||||||
yield
|
yield
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user