From 2fd123692b089b4f0485e5c0c427453ad48712f2 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Fri, 11 Aug 2023 14:34:29 +0200 Subject: [PATCH] fix goreleaser man copy --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 44cc8e3..a22a202 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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