Commit c5c2894
collect-info: do not use form-upload
as the upload is incomplete, because `-d` means `--data-ascii`,
but we upload a tarball which is binary data, so curl
messes it up
Instead use `--data-binary` parameter which uses
`application/octet-stream`
Signed-off-by: Christoph Ostarek <christoph@zededa.com>1 parent 13d699c commit c5c2894
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
592 | | - | |
| 592 | + | |
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
0 commit comments