Skip to content

Commit e89fc81

Browse files
Update internal/cmd/backup.go
Co-authored-by: Maria Ines Parnisari <[email protected]>
1 parent 7837fd3 commit e89fc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/backup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,5 +928,5 @@ func addPermissionDeniedErrInfo(err error) error {
928928
if code != codes.PermissionDenied {
929929
return err
930930
}
931-
return fmt.Errorf("%w: ensure that the token used for this call has all requisite permissions", err)
931+
return fmt.Errorf("%w: ensure that the token used for this call has all required permissions", err)
932932
}

0 commit comments

Comments
 (0)