Skip to content

Commit

Permalink
fix(goreleaser): Correct formula with tap syntax (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
5ouma committed Jan 19, 2024
1 parent fb8b061 commit 28b7653
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ brews:
commit_msg_template: "{{ .ProjectName }} {{ .Version }}"
folder: Formula
homepage: "https://github.com/5ouma/mli"
description: "📑 Manage macOS Login Items"
description: "Manage macOS Login Items"
license: "MIT"
custom_block: depends_on :macos
test: system "#{bin}/#{name}", "-v"
extra_install: generate_completions_from_executable("#{bin}/#{name}", "completion")
repository:
Expand Down

0 comments on commit 28b7653

Please sign in to comment.