Skip to content

Commit

Permalink
Fix brew tests
Browse files Browse the repository at this point in the history
  • Loading branch information
riley-martine committed Feb 19, 2023
1 parent 5233605 commit d423ae4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ brews:
license: "GPL3"

test: |
system "#{bin}/sundial -version"
system "#{bin}/sundial --version"
assert_match "-F _sundial",
shell_output("bash -c 'source #{bash_completion}/sundial && complete -p sundial'")
install: |
bin.install "sundial"
Expand Down

0 comments on commit d423ae4

Please sign in to comment.