goreleaser: Fix path

This commit is contained in:
Manuel Rüger 2025-06-12 13:40:43 +02:00
parent 733b3222b3
commit c16386abb2

View File

@ -55,7 +55,7 @@ brews:
install: |
bin.install "mark"
generate_completions_from_executable("mark", "completion")
generate_completions_from_executable(bin/"mark", "completion")
test: |
system "#{bin}/mark", "version"