fix: fix the reference to unlink from link
This commit is contained in:
@@ -125,7 +125,7 @@ fn run_ext_unlink(
|
|||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
let exts = stringified_exts_to_indices(&program, exts)?;
|
let exts = stringified_exts_to_indices(&program, exts)?;
|
||||||
for index in exts {
|
for index in exts {
|
||||||
program.link_ext(scope, index)?;
|
program.unlink_ext(scope, index)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
println!("File extension now is unlinked.");
|
println!("File extension now is unlinked.");
|
||||||
|
|||||||
Reference in New Issue
Block a user