Merge pull request #38 from passbolt/fix-goreleaser-homebrew-man

fix goreleaser homebrew man copy
This commit is contained in:
Samuel Lorch 2023-08-11 14:35:17 +02:00 committed by GitHub
commit c006252c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ brews:
bash_completion.install "completion/bash" => "passbolt"
zsh_completion.install "completion/zsh" => "_passbolt"
fish_completion.install "completion/fish" => "passbolt.fish"
man1.install "man/*"
man1.install Dir["man/*"]
# ...
repository:
owner: passbolt