Commit 785e705
committed
fix: use if-then syntax instead of || for crane check
The || { ... } syntax was causing a syntax error with set -euo pipefail.
Changed to standard if-then-fi structure for better compatibility.
Signed-off-by: Mark Chmarny <[email protected]>1 parent ccd50ca commit 785e705
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments