Commit d20d3d6
authored
Fix PowerShell here-string indentation in vendor.yml
Replace indented here-strings inside if/else blocks with simple
string literals. PowerShell requires the "@" terminator to be at
column 0 in the script; when inside an indented block the YAML
base-indent stripping left 2 leading spaces, causing the parser
error "White space is not allowed before the string terminator".1 parent 9ad356a commit d20d3d6
1 file changed
Lines changed: 2 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
| 158 | + | |
163 | 159 | | |
164 | 160 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
| 161 | + | |
169 | 162 | | |
170 | 163 | | |
171 | 164 | | |
| |||
0 commit comments