Fix typo in conflicts_with DSL method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
d5ba82ca7e
commit
82d3890495
@ -630,7 +630,7 @@ private
|
|||||||
message = <<-EOS.undent
|
message = <<-EOS.undent
|
||||||
#{formula} cannot be installed alongside #{name.downcase}.
|
#{formula} cannot be installed alongside #{name.downcase}.
|
||||||
EOS
|
EOS
|
||||||
message << "This is because #{opts[:reason]}\n" if opts[:reason]
|
message << "This is because #{opts[:because]}\n" if opts[:because]
|
||||||
if !ARGV.force? then message << <<-EOS.undent
|
if !ARGV.force? then message << <<-EOS.undent
|
||||||
Please `brew unlink` or `brew uninstall` #{formula} before continuing.
|
Please `brew unlink` or `brew uninstall` #{formula} before continuing.
|
||||||
To install anyway, use:
|
To install anyway, use:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user