Fix all command

This commit is contained in:
Antoni Boucher 2022-06-29 21:10:20 -04:00
parent 16ca66d664
commit d19a5ea868

View File

@ -324,7 +324,7 @@ function all() {
} }
if [ ${#funcs[@]} -eq 0 ]; then if [ ${#funcs[@]} -eq 0 ]; then
echo "No command passed, running `--all`..." echo "No command passed, running '--all'..."
all all
else else
for t in ${funcs[@]}; do for t in ${funcs[@]}; do