Update error message to reflect that curl is always used

This commit is contained in:
Reuben Thomas 2023-07-10 22:05:03 +03:00
parent 5af1550e62
commit 541e7f350c

View file

@ -2502,7 +2502,7 @@ sub curl_cmd {
67 => "The user name, password, or similar was not accepted and curl failed to log in.", 67 => "The user name, password, or similar was not accepted and curl failed to log in.",
77 => "Problem with reading the SSL CA cert (path? access rights?).", 77 => "Problem with reading the SSL CA cert (path? access rights?).",
78 => "The resource referenced in the URL does not exist.", 78 => "The resource referenced in the URL does not exist.",
127 => "You requested network access with curl but $system_curl was not found", 127 => "$system_curl was not found",
); );
debug("CURL: %s", $system_curl); debug("CURL: %s", $system_curl);