Skip to content
Snippets Groups Projects
Unverified Commit 8c0b1fb5 authored by Sergio Oliveira's avatar Sergio Oliveira Committed by GitHub
Browse files

Merge pull request #370 from rjeffman/fix_vault_readme

Fix invalid return value from vault module in README.md.
parents 7811afee 316f5ede
No related branches found
No related tags found
No related merge requests found
...@@ -244,10 +244,6 @@ ipavault ...@@ -244,10 +244,6 @@ ipavault
There is only a return value if `state` is `retrieved`. There is only a return value if `state` is `retrieved`.
Variable | Description | Returned When
-------- | ----------- | -------------
`data` | The data stored in the vault. | If `state` is `retrieved`.
Variable | Description | Returned When Variable | Description | Returned When
-------- | ----------- | ------------- -------- | ----------- | -------------
`vault` | Vault dict with archived data. (dict) <br>Options: | If `state` is `retrieved`. `vault` | Vault dict with archived data. (dict) <br>Options: | If `state` is `retrieved`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment