From e7dc6d84cf73739d2b516ad58675bb7abae0fe4a Mon Sep 17 00:00:00 2001 From: Doria Keung Date: Wed, 23 Oct 2024 16:50:05 -0400 Subject: [PATCH] Slight wording change --- private/buf/cmd/buf/command/registry/whoami/whoami.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/buf/cmd/buf/command/registry/whoami/whoami.go b/private/buf/cmd/buf/command/registry/whoami/whoami.go index b43c184f9f..bcc3c068c5 100644 --- a/private/buf/cmd/buf/command/registry/whoami/whoami.go +++ b/private/buf/cmd/buf/command/registry/whoami/whoami.go @@ -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, )