Commit 1251b18
fix(image): prevent URL truncation in --subject-ref parsing
split('=') broke URLs containing = in query params. Now splits only
on the first = per key-value pair, preserving the full URL value.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 920273d commit 1251b18
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
0 commit comments