🐛 fix(fish): topgrade doesnt upgrade itself

This commit is contained in:
Sergio Laín 2024-10-09 12:54:21 +02:00
parent d62c239400
commit c57dadeccf
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -1,6 +1,6 @@
function upall --wraps=topgrade --description 'alias upall=topgrade'
if type -f topgrade &>/dev/null
topgrade -k $argv
topgrade -k --no-self-update $argv
else
missing_package topgrade
end