🐛 fix(fish): topgrade doesnt upgrade itself
This commit is contained in:
parent
d62c239400
commit
c57dadeccf
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
function upall --wraps=topgrade --description 'alias upall=topgrade'
|
function upall --wraps=topgrade --description 'alias upall=topgrade'
|
||||||
if type -f topgrade &>/dev/null
|
if type -f topgrade &>/dev/null
|
||||||
topgrade -k $argv
|
topgrade -k --no-self-update $argv
|
||||||
else
|
else
|
||||||
missing_package topgrade
|
missing_package topgrade
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue