Skip to content

Commit

Permalink
Slight wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
doriable committed Oct 23, 2024
1 parent ef73b4a commit e7dc6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/buf/cmd/buf/command/registry/whoami/whoami.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func run(
user := currentUserResponse.Msg.User
if user == nil {
return fmt.Errorf(
`No valid user found for login credentials. Run %q to refresh your credentials. If you have %s environment variable set, ensure that the token is not expired.`,
`No valid user found for login credentials. Run %q to refresh your credentials. If you have %s environment variable set, ensure that the token is valid.`,
loginCommand,
bufconnect.TokenEnvKey,
)
Expand Down

0 comments on commit e7dc6d8

Please sign in to comment.