Skip to content

Commit

Permalink
fixes file path option in samples (#5377)
Browse files Browse the repository at this point in the history
fixes file path option in samples
  • Loading branch information
Roman Iuvshyn authored and kalafut committed Sep 20, 2018
1 parent fb78c23 commit 717165b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/api/system/audit.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ curl \
"type": "file",
"description": "Store logs in a file",
"options": {
"path": "/var/log/vault.log"
"file_path": "/var/log/vault.log"
}
}
}
Expand Down Expand Up @@ -83,7 +83,7 @@ relevant functionality is only supported in Vault Enterprise:
{
"type": "file",
"options": {
"path": "/var/log/vault/log"
"file_path": "/var/log/vault/log"
}
}
```
Expand Down

0 comments on commit 717165b

Please sign in to comment.