fish: typo in npm upgrade script
This commit is contained in:
parent
eddae2e160
commit
34acfe5d93
@ -1,7 +1,7 @@
|
||||
function npm_upgrade --description "Upgrade npm packages"
|
||||
set --local npm_pkgs_outdated (npm outdated -g --depth=0)
|
||||
set --local npm_pkgs_outdated (npm outdated -g | awk 'NR > 1 {print $1}')
|
||||
|
||||
if test (count $py_pkgs_outdated) = 0
|
||||
if test (count $npm_pkgs_outdated) = 0
|
||||
echo "All packages up-to-date."
|
||||
else
|
||||
echo "Outdated packages: $npm_pkgs_outdated"
|
||||
|
Loading…
x
Reference in New Issue
Block a user