Commit 0b1dd4c
authored
Fix jq comment line continuation in versions.sh (#754)
./versions.sh was failing with:
jq: error: syntax error, unexpected INVALID_CHARACTER,
expecting '|' or ',' or ')' at <top-level>, line 24, column 8
Keep the /o\ flourish in the jq comment, but avoid ending the line with
a bare backslash so jq does not treat the next line as a continuation.1 parent 56e4434 commit 0b1dd4c
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