Skip to content

Commit f103ccc

Browse files
authored
Merge pull request #355 from buildkite/bm/brew_dir_fix
fix: brew path should be in Formula
2 parents ddf1f3d + 6d09902 commit f103ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ brews:
3030
description: "Buildkite Test Engine Client"
3131
homepage: "https://github.com/buildkite/test-engine-client"
3232
skip_upload: auto
33-
directory: .
33+
directory: Formula
3434
test: |
3535
version_output = shell_output("bktec --version")
3636
assert_match "v#{version}\n", version_output

0 commit comments

Comments
 (0)