Fix shell syntax error in else block.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -27,7 +27,7 @@ data: | ... | @@ -27,7 +27,7 @@ data: |
27 | echo helmfile > /tmp/git-storage/repo-type | 27 | echo helmfile > /tmp/git-storage/repo-type |
28 | elif [ -e kustomization.yaml ]; then | 28 | elif [ -e kustomization.yaml ]; then |
29 | echo kustomize > /tmp/git-storage/repo-type | 29 | echo kustomize > /tmp/git-storage/repo-type |
30 | else [ | 30 | else |
31 | echo unknown > /tmp/git-storage/repo-type | 31 | echo unknown > /tmp/git-storage/repo-type |
32 | fi | 32 | fi |
33 | check-mode: | | 33 | check-mode: | | ... | ... |
-
Please register or sign in to post a comment