Skip to content

Commit 795d350

Browse files
committed
Fixing spacing in the docs
1 parent a1e1f04 commit 795d350

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

runatlantis.io/docs/pre-workflow-hooks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ right before Atlantis can parse it.
2222
```yaml
2323
repos:
2424
- id: /.*/
25-
pre_workflow_hooks:
26-
- run: ./repo-config-genarator.sh
25+
pre_workflow_hooks:
26+
- run: ./repo-config-genarator.sh
2727
```
2828
### Reference
2929
#### Custom `run` Command

runatlantis.io/docs/server-side-repo-config.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,8 @@ custom workflows, you can create a `pre-workflow-hooks`:
165165
repos:
166166
- id: /.*/
167167
pre_workflow_hooks:
168-
169-
- run: my custom command
170-
- run: |
168+
- run: my custom command
169+
- run: |
171170
my bash script inline
172171
```
173172
See [Pre Workflow Hooks](pre-workflow-hooks.html) for more details on writing

0 commit comments

Comments
 (0)