mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
Fix config comments in README
The comments for `plist` and `test` got mixed up.
This commit is contained in:
parent
41f3b17441
commit
90b5d653c7
@ -377,12 +377,12 @@ brew:
|
||||
- svn
|
||||
- bash
|
||||
|
||||
# So you can brew test your formula. Default is empty.
|
||||
# Packages that run as a service. Default is empty.
|
||||
plist: |
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
...
|
||||
|
||||
# Packages that run as a service. Default is empty.
|
||||
# So you can brew test your formula. Default is empty.
|
||||
test: |
|
||||
system "#{bin}/program --version"
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user