Fix typo in AppRole guide (#4509)

This commit is contained in:
Anthony Dong 2018-05-04 16:10:21 +02:00 committed by Jeff Mitchell
parent ef8f23a0b2
commit 9b06c0fb56
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ $ curl --silent \
--location \
--header "X-Vault-Token: $VAULT_TOKEN" \
--request PUT \
--data @app-1-secret-read.hcl \
--data @app-1-secret-read.json \
$VAULT_ADDR/v1/sys/policy/app-1-secret-read
```