Skip to content

Commit 4ac6ef5

Browse files
author
Daria Lapina
committed
đź”§ chore(RDSDiskSpaceLimit.md): add missing 'bash' syntax highlighting to code block
Fixes linting error in markdownlint ``` Error: content/runbooks/rds/RDSDiskSpaceLimit.md:80 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md Error: content/runbooks/rds/RDSDiskSpaceLimit.md:83 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md040.md ```
1 parent 5ccf936 commit 4ac6ef5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎content/runbooks/rds/RDSDiskSpaceLimit.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ You must avoid reaching no disk space left situation.
7878
```bash
7979
export AWS_PROFILE=<AWS account>
8080
```
81+
8182
2. Request aws admin permissions
8283

83-
```
84+
```bash
8485
qontoctl aws admin get-access "bump $RDS_INSTANCE storage"
8586
```
8687

0 commit comments

Comments
 (0)