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 7837fd3 commit e89fc81Copy full SHA for e89fc81
internal/cmd/backup.go
@@ -928,5 +928,5 @@ func addPermissionDeniedErrInfo(err error) error {
928
if code != codes.PermissionDenied {
929
return err
930
}
931
- return fmt.Errorf("%w: ensure that the token used for this call has all requisite permissions", err)
+ return fmt.Errorf("%w: ensure that the token used for this call has all required permissions", err)
932
0 commit comments