mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
remove build-string
, which is deprecated (#390)
This commit is contained in:
parent
c3462c3a0b
commit
d21cdfc0a5
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ export def extract [name:string #name of the archive to extract
|
||||||
if ($command|is-empty) {
|
if ($command|is-empty) {
|
||||||
echo 'Error! Unsupported file extension'
|
echo 'Error! Unsupported file extension'
|
||||||
} else {
|
} else {
|
||||||
nu -c (build-string $command.com ' ' $name)
|
nu -c ($command.com + ' ' + $name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue