🐛 Fixed spelling mistake in curl os check
This commit is contained in:
parent
e9e8482590
commit
eb9ce62d0b
|
@ -479,7 +479,7 @@ function main_menu:upload_catbox()
|
|||
capture_stdout = true,
|
||||
capture_stderr = true,
|
||||
args = {
|
||||
os_type == 'window' and 'curl.exe' or 'curl', '-s',
|
||||
os_type == 'windows' and 'curl.exe' or 'curl', '-s',
|
||||
'-F', 'reqtype=fileupload',
|
||||
'-F', 'time=' .. config['litterbox_expire'],
|
||||
'-F', 'fileToUpload=@"' .. outfile .. '"',
|
||||
|
|
Loading…
Reference in a new issue