Skip to content

Commit 62b4d18

Browse files
committed
Update brews install
1 parent 164a127 commit 62b4d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ brews:
7777
homepage: https://github.com/krzko/opentelemetry-shell
7878
description: "OpenTelemetry functions for shells"
7979
install: |
80-
system "make install"
80+
system "make", "install"
8181
test: |
82-
system "make version"
82+
system "make", "version"
8383
dependencies:
8484
- name: curl
8585
- name: jq

0 commit comments

Comments
 (0)