Commit 5738e1f
fix: escape PowerShell variable in cargo config append step (#56)
The $configPath: syntax is invalid PowerShell — the colon after
the variable name is interpreted as a drive-qualifier. Wrap in
${} to delimit the variable name.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 562f7a6 commit 5738e1f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments