Skip to content

Commit

Permalink
Update brews install
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko committed Jul 21, 2022
1 parent 164a127 commit 62b4d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ brews:
homepage: https://github.com/krzko/opentelemetry-shell
description: "OpenTelemetry functions for shells"
install: |
system "make install"
system "make", "install"
test: |
system "make version"
system "make", "version"
dependencies:
- name: curl
- name: jq

0 comments on commit 62b4d18

Please sign in to comment.