Merge pull request #8941 from KazuakiM/patch-2

Update Formula-Cookbook.md
This commit is contained in:
Issy Long 2020-10-18 16:48:54 +01:00 committed by GitHub
commit e630602ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ As a general rule, [`conflicts_with`](https://rubydoc.brew.sh/Formula#conflicts_
The syntax for a conflict that cant be worked around is:
```ruby
conflicts_with "blueduck", :because => "yellowduck also ships a duck binary"
conflicts_with "blueduck", because: "yellowduck also ships a duck binary"
```
### Formulae revisions