You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: internals/secrethub/credential_store.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import (
11
11
12
12
// Errors
13
13
var (
14
-
ErrCredentialNotExist=errMain.Code("credential_not_exist").Error("could not find credential file. Run `secrethub signup` to create an account.")
14
+
ErrCredentialNotExist=errMain.Code("credential_not_exist").Error("could not find credential file. Go to https://signup.secrethub.io/ to create an account or run `secrethub init` to use an already existing account on this machine.")
15
15
)
16
16
17
17
// CredentialConfig handles the configuration necessary for local credentials.
0 commit comments