Skip to content

Commit e3c66de

Browse files
committed
chore(homebrew): remove hard-dependency on vault
1 parent 73ff5f8 commit e3c66de

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.goreleaser.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,13 @@ brews:
4545
directory: Formula
4646
description: Automatically use HashiCorp Vault SSH Client Key Signing with ssh(1)
4747
homepage: https://just.breathe.io/project/vault-ssh-plus/
48+
caveats: |
49+
vssh requires the vault binary to be in your PATH.
50+
You can install it with:
51+
brew install hashicorp/tap/vault
4852
dependencies:
49-
- name: vault
53+
- name: hashicorp/tap/vault
54+
type: optional
5055
test: |
5156
system "#{bin}/vssh --version"
5257
install: |

0 commit comments

Comments
 (0)