Out of date `code`

Looks like the `500` is now a `405`:

```
$ vault read aws/config/root
Error reading aws/config/root: Error making API request.

URL: GET http://127.0.0.1:8200/v1/aws/config/root
Code: 405. Errors:

* 1 error(s) occurred:

* unsupported operation
```
This commit is contained in:
Michael Warkentin 2016-09-12 15:58:25 -04:00 committed by GitHub
parent 437da1ab43
commit 14f2a673e2
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ $ vault read aws/config/root
Error reading aws/config/root: Error making API request.
URL: GET http://127.0.0.1:8200/v1/aws/config/root
Code: 500. Errors:
Code: 405. Errors:
* unsupported operation
```