~ruther/qmk_firmware

b6db61b922f4264803014cfa3def094a909acc2a — Shayne Holmes 7 years ago ce3adcd
Fix logic in macos install

Also fix mixed spaces/tabs
1 files changed, 1 insertions(+), 1 deletions(-)

M util/macos_install.sh
M util/macos_install.sh => util/macos_install.sh +1 -1
@@ 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