Commit c98ee58
committed
Fix check-git-dependencies for indented source-repository-package stanzas
The grep and sed patterns were anchored to the start of line
(^source-repository-package), but the stanza is now indented inside
an `if impl(ghc >= 9.12)` block. Allow leading whitespace so the
array marker `-` is correctly inserted into the YAML, preventing the
downstream jq parse error.1 parent 84bce11 commit c98ee58
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments