Skip to content

Commit

Permalink
fix curl syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Jan 11, 2024
1 parent aa920ed commit a379daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/miniziti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
sleep 3
(( ATTEMPTS-- ))
done
curl --silent --show-errors --fail-with-body http://ctrl.zrok.${{ steps.minikube_ip.outputs.minikube_ip }}.sslip.io/api/v1/version
curl --silent --show-error --fail-with-body http://ctrl.zrok.${{ steps.minikube_ip.outputs.minikube_ip }}.sslip.io/api/v1/version
- name: Print debug info
if: always()
Expand Down

0 comments on commit a379daa

Please sign in to comment.