fixed extractor script.
This commit is contained in:
parent
feec1a3dda
commit
22acfe850f
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ export def extract [name:string] {
|
|||
error make { msg: "unsupported file extension" }
|
||||
} else {
|
||||
let handler = ($maybe_handler | first)
|
||||
nu -c ($handler.command + ' ' + $name)
|
||||
nu -c ($handler.command + ' ' + $"'($name)'")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue