Set Hombrew Folder

This commit is contained in:
Samuel Lorch 2023-08-11 13:25:26 +02:00 committed by GitHub
parent fb1e4e97fe
commit 7883419856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ brews:
license: "MIT" license: "MIT"
skip_upload: false skip_upload: false
description: "A CLI tool to interact with Passbolt, a Open source Password Manager for Teams" description: "A CLI tool to interact with Passbolt, a Open source Password Manager for Teams"
folder: Formula
install: | install: |
bin.install "passbolt" bin.install "passbolt"
bash_completion.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/completion/bash" => "passbolt" bash_completion.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/completion/bash" => "passbolt"