🐛 Fixed spelling mistake in curl os check

This commit is contained in:
TheColorman 2023-06-19 16:24:19 +02:00
parent e9e8482590
commit eb9ce62d0b
No known key found for this signature in database
GPG key ID: A9C799E05AC900AF

View file

@ -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 .. '"',