Skip to content

Commit

Permalink
chore: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Apr 6, 2024
1 parent f50025a commit 038c12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
status=$(kubectl get canaries.canaries.flanksource.com exec-pass -o yaml | yq .status.status)
echo $status
if [[ $status == "Passed"]]; then
if [[ $status == "Passed" ]]; then
exit 0
else
exit 1
Expand Down

0 comments on commit 038c12c

Please sign in to comment.