1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

Merge pull request #310 from tisba/patch-1

Fix config comments in README
This commit is contained in:
jorin 2017-07-17 11:15:38 +02:00 committed by GitHub
commit ec7526ed19

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