Fix logic in macos install

Also fix mixed spaces/tabs
pull/2551/merge 0.5.260
Shayne Holmes 6 years ago committed by skullydazed
parent ce3adcd6e1
commit b6db61b922

@ -15,7 +15,7 @@ if ! brew --version 2>&1 > /dev/null; then
*)
echo -n "Would you like to install homebrew now? [y/n] "
;;
esac
esac
done
fi

Loading…
Cancel
Save