aboutsummaryrefslogtreecommitdiff
path: root/src/van.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/van.rs')
-rw-r--r--src/van.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/van.rs b/src/van.rs
index 7024f73..64e7295 100644
--- a/src/van.rs
+++ b/src/van.rs
@@ -52,7 +52,7 @@ impl Van {
}
pub async fn download(&self, target: String) -> Result<(), Error> {
- let mut output = Command::new("ssh")
+ let output = Command::new("ssh")
.args([
"-oStrictHostKeyChecking=accept-new",
&target.clone(),