Commit 634b8a2
committed
Remove leading whitespace from xtask input curl config
With curl-8.13.0-rc2 the whitespace causes
error: curl exited with code exit status: 26: curl: <stdin>:4: '' is unknown
curl: cannot read config from '-'
curl: option --config: error encountered when reading a file
curl: try 'curl --help' or 'curl --manual' for more information
Bisected to curl/curl@a7fda9a1 parent 028ae5c commit 634b8a2
1 file changed
+8
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
0 commit comments