Fix logic in macos install

Also fix mixed spaces/tabs
This commit is contained in:
Shayne Holmes 2018-03-16 15:17:13 -07:00 committed by skullydazed
parent ce3adcd6e1
commit b6db61b922
1 changed files with 1 additions and 1 deletions

View File

@ -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