Skip to content

Commit 9f3dcec

Browse files
committed
Fixing spacing in the docs
1 parent d2cc945 commit 9f3dcec

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
@@ -161,9 +161,8 @@ custom workflows, you can create a `pre-workflow-hooks`:
161161
repos:
162162
- id: /.*/
163163
pre_workflow_hooks:
164-
165-
- run: my custom command
166-
- run: |
164+
- run: my custom command
165+
- run: |
167166
my bash script inline
168167
```
169168
See [Pre Workflow Hooks](pre-workflow-hooks.html) for more details on writing

0 commit comments

Comments
 (0)