Skip to content

Commit

Permalink
Fix homebrew formula for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dsxack committed Nov 7, 2023
1 parent ae773ae commit c3ee9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ brews:
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
homepage: "https://github.com/dsxack/gitfs"
description: "FUSE filesystem for browsing contents of git repositories revisions."
description: "FUSE filesystem for browsing contents of git repositories revisions"
license: "MIT"
test: |
system "#{bin}/gitfs version"
Expand Down

0 comments on commit c3ee9f5

Please sign in to comment.