Fix bug in rm-ext

This commit is contained in:
Thomas Forgione 2024-03-23 11:58:01 +01:00
parent 9aebedbb56
commit 31b3dbd854
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ def tildize [] {
# remove extension shortcut
def rm-ext [] {
$in | path parse | udpate extension "" | get parent stem | str join "/"
$in | path parse | update extension "" | get parent stem | str join "/"
}
# ls builtin