Skip to content

Commit d87a71b

Browse files
ChrisJBurnsJAORMX
andauthored
fix: missing rename from vibetool to toolhive (#104)
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> Co-authored-by: Juan Antonio Osorio <ozz@stacklok.com>
1 parent 10db640 commit d87a71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/secrets/factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
// PasswordEnvVar is the environment variable used to specify the password for encrypting and decrypting secrets.
1818
PasswordEnvVar = "TOOLHIVE_SECRETS_PASSWORD"
1919

20-
keyringService = "vibetool"
20+
keyringService = "toolhive"
2121
)
2222

2323
// ProviderType represents an enum of the types of available secrets providers.

0 commit comments

Comments
 (0)