snapshots doc: Repository Verification `verify` example fix

Replace `my_backup` in the example line by `s3_repository` to match
the example above.
This commit is contained in:
gaelL 2016-02-16 14:15:21 +01:00
parent 3290cfbd31
commit 58355430f6
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ The verification process can also be executed manually by running the following
[source,js]
-----------------------------------
POST /_snapshot/my_backup/_verify
POST /_snapshot/s3_repository/_verify
-----------------------------------
// AUTOSENSE