Fix push-strings script
This commit is contained in:
parent
fd73c0ff68
commit
e533292d33
1 changed files with 2 additions and 2 deletions
|
@ -46,11 +46,11 @@ async function main() {
|
|||
'json',
|
||||
|
||||
`--${boundaryString}`,
|
||||
'Content-Disposition: form-data; name="file"',
|
||||
'Content-Disposition: form-data; name="file"; filename="_locales/en/messages.json"',
|
||||
'Content-Type: text/plain',
|
||||
'',
|
||||
await readFile('_locales/en/messages.json', 'utf8'),
|
||||
`--${boundaryString}`,
|
||||
`--${boundaryString}--`,
|
||||
'',
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue