Skip to content

Commit

Permalink
Fix --url exiting when provided parameters. Closes #1160
Browse files Browse the repository at this point in the history
  • Loading branch information
lj3954 authored and flexiondotorg committed May 5, 2024
1 parent 04b37cc commit 2acc2f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -3429,10 +3429,11 @@ case "${1}" in
for OS in $(os_support); do
(test_all "${OS}")
done
exit 0
elif [ -z "${2}" ]; then
test_all "${1}"
exit 0
fi
exit 0
;;
'--check'|'-c')
OPERATION="test"
Expand Down

0 comments on commit 2acc2f4

Please sign in to comment.