Merge pull request #20054 from hashicorp/svh/b-typo
backend/remote: fix a small typo
This commit is contained in:
commit
db36ccb316
|
@ -822,7 +822,7 @@ func generalError(msg string, err error) error {
|
|||
fmt.Sprintf("%s: %v", msg, err),
|
||||
`The configured "remote" backend returns '404 Not Found' errors for resources `+
|
||||
`that do not exist, as well as for resources that a user doesn't have access `+
|
||||
`to. When the resource does exists, please check the rights for the used token.`,
|
||||
`to. If the resource does exists, please check the rights for the used token.`,
|
||||
))
|
||||
return diags.Err()
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue