Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 0418d9f

Browse files
committed
Refer to web signup in missing credential errror
1 parent 953c408 commit 0418d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/secrethub/credential_store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
// Errors
1313
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.")
1515
)
1616

1717
// CredentialConfig handles the configuration necessary for local credentials.

0 commit comments

Comments
 (0)