Skip to content

Commit

Permalink
fix wrong code block (#1883)
Browse files Browse the repository at this point in the history
Co-authored-by: Owen Rumney <owen.rumney@aquasec.com>
  • Loading branch information
dawez and Owen Rumney committed Sep 9, 2022
1 parent ac9e509 commit da18cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/configuration/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,11 @@ This can be achieved in the config file using the `min_required_version` setting
{
"min_required_version": "v1.1.2"
}
```

or in yaml

```yaml
---
min_required_version: v1.1.2
```
```

0 comments on commit da18cf5

Please sign in to comment.