1
0
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:
Sebastian Cohnen 2017-07-17 09:51:55 +02:00 committed by GitHub
parent 41f3b17441
commit 90b5d653c7

View File

@ -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"
...