chore: fix shell scripts lint errors
This commit is contained in:
parent
5c919989ea
commit
d47fef0806
23 changed files with 359 additions and 228 deletions
|
|
@ -2,5 +2,4 @@
|
|||
|
||||
outdated=$(pip list -o)
|
||||
echo -n "$outdated"
|
||||
return_code=$(echo -n "$outdated" | wc -l)
|
||||
exit $return_code
|
||||
exit "$(echo -n "$outdated" | wc -l)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue