Skip to content

Commit c29c055

Browse files
authored
docs: fix policy-checking command example (#3527)
Documentation does not match the implementated command introduced by #3351
1 parent 3954955 commit c29c055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runatlantis.io/docs/policy-checking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Any failures need to either be addressed in a successive commit, or approved by
2323

2424
Policy approvals may be cleared either by re-planing, or by issuing the following command:
2525
```
26-
atlantis approve_policies --clear-policy-approvals
26+
atlantis approve_policies --clear-policy-approval
2727
```
2828

2929
::: warning
@@ -190,4 +190,4 @@ When the policy check workflow runs, a file is created in the working directory
190190
}
191191
]
192192
193-
```
193+
```

0 commit comments

Comments
 (0)