diff --git a/crates/remote/src/transport/ssh.rs b/crates/remote/src/transport/ssh.rs index f05bd9d2f55a3badb8fb4ebd3cdd799eb0914cde..31ce2fd9f77b5dad7718b9862a9c7f06299c6b0f 100644 --- a/crates/remote/src/transport/ssh.rs +++ b/crates/remote/src/transport/ssh.rs @@ -558,7 +558,6 @@ impl SshRemoteConnection { .run_command( "wget", &[ - "--method=GET", "--header=Content-Type: application/json", "--body-data", body,