Commit 7af6fb8
committed
Ensure Windows builds work if the username contains spaces
Without this, we hit issues where the path to the server contains
spaces, and that means this fails to run successfully. With this
change, the paths on Windows are quoted, which avoids that issue.1 parent c2b8ae8 commit 7af6fb8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
176 | 177 | | |
177 | | - | |
| 178 | + | |
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| |||
0 commit comments