aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli/src/commands/link.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dotup_cli/src/commands/link.rs')
-rw-r--r--dotup_cli/src/commands/link.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotup_cli/src/commands/link.rs b/dotup_cli/src/commands/link.rs
index 518bd4a..ed7ee55 100644
--- a/dotup_cli/src/commands/link.rs
+++ b/dotup_cli/src/commands/link.rs
@@ -43,7 +43,7 @@ pub fn main(config: Config, opts: Opts) -> anyhow::Result<()> {
43 } else { 43 } else {
44 let mut params = Vec::new(); 44 let mut params = Vec::new();
45 for origin in origins { 45 for origin in origins {
46 link(&depot, &origin, &destination, &origin, &mut params)?; 46 link(&depot, origin, destination, origin, &mut params)?;
47 } 47 }
48 params 48 params
49 }; 49 };