Skip to content

Commit 9dca46a

Browse files
committed
Update tap config
1 parent 9128172 commit 9dca46a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ builds:
1212
ldflags:
1313
- -s -w -X github.com/jclem/konk/cmd.Version={{ .Version }} -X github.com/jclem/konk/cmd.Commit={{ .Commit }} -X github.com/jclem/konk/cmd.BuiltAt={{ .Date }}
1414
brews:
15-
- tap:
15+
- repository:
1616
owner: jclem
1717
name: homebrew-tap
18-
folder: Formula
18+
directory: Formula
1919
homepage: https://github.com/jclem/konk
2020
license: MIT
2121
test: system "#{bin}/konk --version"

0 commit comments

Comments
 (0)