Commit 9fc699d
fix: replace heredoc with printf in qt.conf generation to fix YAML syntax error
Heredoc closing delimiter at column 0 inside a YAML run: block causes
a parse error. Replaced with a single printf call that produces
identical output without any indentation constraints.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent addc0f9 commit 9fc699d
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
| 457 | + | |
463 | 458 | | |
464 | 459 | | |
465 | 460 | | |
| |||
0 commit comments