Merge pull request #5314 from RandomDSdevel/fix-brew-deps-include-optional-output-typo
brew deps: Fix typo in `--include-optional` output.
This commit is contained in:
commit
323556c27f
@ -130,7 +130,7 @@ module Homebrew
|
||||
if ARGV.include?("--annotate")
|
||||
str = "#{str} [build]" if dep.build?
|
||||
str = "#{str} [test]" if dep.test?
|
||||
str = "#{str} [optional" if dep.optional?
|
||||
str = "#{str} [optional]" if dep.optional?
|
||||
str = "#{str} [recommended]" if dep.recommended?
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user