We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a59af commit e40602fCopy full SHA for e40602f
private/buf/cmd/buf/buf.go
@@ -322,7 +322,7 @@ func wrapError(err error) error {
322
if !ok {
323
// This code should be unreachable.
324
return fmt.Errorf("Failure: you are not authenticated. "+
325
- "Set the %[1]s environment varialbe or run %q, using a Buf API token as the password. "+
+ "Set the %[1]s environment variable or run %q, using a Buf API token as the password. "+
326
"If you have set the %[1]s or run the login command, "+
327
"your token may have expired. "+
328
"For details, visit https://buf.build/docs/bsr/authentication",
0 commit comments