fix Issue #4952 static-secrets small typo (#4953)

This commit is contained in:
John Naulty Jr 2018-07-18 22:36:47 -07:00 committed by Jim Kalafut
parent 2ea9775f6b
commit 498a8d9456
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ MIIEowIBAAKCAQEA6E2Uq0XqreZISgVMUu9pnoMsq+OoK1PI54rsA9vtDE6wiRk0GWhf5vD4DGf1
Use `secret/` endpoint to retrieve secrets from key/value secret engine:
```plaintext
$ curl --header "X-Vault-Token: <TOKEN_FROM_STEP3>" \
$ curl --header "X-Vault-Token: <TOKEN_FROM_STEP4>" \
--request Get \
<VAULT_ADDRESS>/v1/secret/data/<PATH>
```