Skip to content

Commit e6ba955

Browse files
Update src/command.rs
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 8b923db commit e6ba955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ impl OverSsh for std::process::Command {
9494

9595
let args = self
9696
.get_args()
97-
.map(|arg| escape(arg));
97+
.map(escape);
9898
command.raw_args(args);
9999
command
100100
}

0 commit comments

Comments
 (0)