diff --git a/wfassoc-exec/src/runner.rs b/wfassoc-exec/src/runner.rs index fb89a97..41df10c 100644 --- a/wfassoc-exec/src/runner.rs +++ b/wfassoc-exec/src/runner.rs @@ -125,7 +125,7 @@ fn run_ext_unlink( ) -> Result<()> { let exts = stringified_exts_to_indices(&program, exts)?; for index in exts { - program.link_ext(scope, index)?; + program.unlink_ext(scope, index)?; } println!("File extension now is unlinked.");