Skip to content

Commit b00a2c3

Browse files
authored
Merge pull request #45698 from hector-vido/main
Fixed OADP backup hook indentation error
2 parents 9ab7fcb + 8bce960 commit b00a2c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/oadp-creating-backup-hooks.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ spec:
3838
component: server
3939
pre: <4>
4040
- exec:
41-
container: <container> <5>
42-
command:
43-
- /bin/uname <6>
44-
- -a
45-
onError: Fail <7>
46-
timeout: 30s <8>
41+
container: <container> <5>
42+
command:
43+
- /bin/uname <6>
44+
- -a
45+
onError: Fail <7>
46+
timeout: 30s <8>
4747
post: <9>
4848
...
4949
----

0 commit comments

Comments
 (0)