Skip to content

Commit

Permalink
Fix code block indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandergrift committed Nov 5, 2024
1 parent 6c337c4 commit 6c496e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/deploy/restore/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Before you start, ensure you have the following:

1. Using the token from the previous step, send a POST to to `<alpha pod>:8080/admin` to retrieve a list of available backups from the s3 bucket.

Check failure on line 61 in content/deploy/restore/binary.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/deploy/restore/binary.md#L61

[Vale.Repetition] 'to' is repeated!
Raw output
{"message": "[Vale.Repetition] 'to' is repeated!", "location": {"path": "content/deploy/restore/binary.md", "range": {"start": {"line": 61, "column": 56}}}, "severity": "ERROR"}

```bash
```bash
curl --location 'http://alpha-0:8080/admin' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <TOKEN>' \
Expand Down

0 comments on commit 6c496e6

Please # to comment.