diff --git a/src/common.rs b/src/common.rs index b5cd2dafc..e990881d1 100644 --- a/src/common.rs +++ b/src/common.rs @@ -848,7 +848,6 @@ pub async fn post_request(url: String, body: String, header: &str) -> ResultType #[cfg(target_os = "linux")] { let mut data = vec![ - "curl", "-sS", "-X", "POST",