Skip to content

Commit f139bd1

Browse files
Merge pull request #119 from devops-infra/documentation/write
Fixed `write` description
2 parents e755c88 + 3348a70 commit f139bd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Features:
4545
```
4646
4747
| Input Variable | Required | Default | Description |
48-
| -------------- | -------- | ------- | ------------------------------------------------------------- |
48+
| -------------- | -------- | ------- |---------------------------------------------------------------|
4949
| list | No | `false` | List files containing formatting inconsistencies. |
50-
| write | No | `true` | Overwrite input files. Disabled if using check. |
50+
| write | No | `true` | Overwrite input files. Should be disabled if using check. |
5151
| ignore | No | `""` | Comma separated list of paths to ignore. Only for .hcl files. |
5252
| diff | No | `false` | Display diffs of formatting changes. |
5353
| check | No | `false` | Check if files are malformatted. |

0 commit comments

Comments
 (0)