Commit ac3dfed
authored
Ensure
By default, curl returns a `0` exit code even in the case of 404 errors.
This means that errors like the one in hazelcast/hazelcast-mono#7091 are tricky to spot. It would be better if we used the [`fail` option](https://curl.se/docs/manpage.html#--fail) to ensure the failure is visible.fail option used with curl to catch errors1 parent c813b7e commit ac3dfed
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments