diff options
| author | Shayne Holmes <github.snth@xoxy.net> | 2018-03-16 15:17:13 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-03-16 20:08:21 -0700 |
| commit | b6db61b922f4264803014cfa3def094a909acc2a (patch) | |
| tree | 8bfe65b7c57e33ae202d28782a1eaed8e9c49c74 /util | |
| parent | ce3adcd6e19ca2e3b537ab874487e9d022b8e88f (diff) | |
| download | qmk_firmware-b6db61b922f4264803014cfa3def094a909acc2a.tar.gz qmk_firmware-b6db61b922f4264803014cfa3def094a909acc2a.zip | |
Fix logic in macos install
Also fix mixed spaces/tabs
Diffstat (limited to 'util')
| -rwxr-xr-x | util/macos_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh index ec8502985..f53f26694 100755 --- a/util/macos_install.sh +++ b/util/macos_install.sh | |||
| @@ -15,7 +15,7 @@ if ! brew --version 2>&1 > /dev/null; then | |||
| 15 | *) | 15 | *) |
| 16 | echo -n "Would you like to install homebrew now? [y/n] " | 16 | echo -n "Would you like to install homebrew now? [y/n] " |
| 17 | ;; | 17 | ;; |
| 18 | esac | 18 | esac |
| 19 | done | 19 | done |
| 20 | fi | 20 | fi |
| 21 | 21 | ||
