Merge pull request #20054 from hashicorp/svh/b-typo

backend/remote: fix a small typo
This commit is contained in:
Sander van Harmelen 2019-01-18 19:56:32 +01:00 committed by GitHub
commit db36ccb316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: