Skip to content

Commit

Permalink
Fix syntax error in .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Feb 17, 2020
1 parent e2db7e6 commit e0838ce
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ changelog:
- Update README
- Update CHANGELOG
brews:
github:
owner: minamijoyo
name: homebrew-hcledit
commit_author:
name: "Masayuki Morita"
email: [email protected]
homepage: https://github.com/minamijoyo/hcledit
description: "A stream editor for HCL"
skip_upload: false
test: |
system "#{bin}/hcledit version"
install: |
bin.install "hcledit"
- github:
owner: minamijoyo
name: homebrew-hcledit
commit_author:
name: "Masayuki Morita"
email: [email protected]
homepage: https://github.com/minamijoyo/hcledit
description: "A stream editor for HCL"
skip_upload: false
test: |
system "#{bin}/hcledit version"
install: |
bin.install "hcledit"

0 comments on commit e0838ce

Please sign in to comment.