fix github CI build which broke by itself because it is a bit of a mess

This commit is contained in:
Rasmus Andersson 2023-03-15 13:59:42 -07:00
parent 1e1c7e2218
commit 5ae38a00e4

View file

@ -14,7 +14,7 @@ while [[ $# -gt 0 ]]; do
shift
;;
-reveal-in-finder)
OPT_REVEAL_IN_FINDER=true
[ "$(uname -s)" = Darwin ] && OPT_REVEAL_IN_FINDER=true
shift
;;
-*)