summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorShayne Holmes <github.snth@xoxy.net>2018-03-16 23:17:13 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2018-03-17 04:08:21 +0100
commitb6db61b922f4264803014cfa3def094a909acc2a (patch)
tree8bfe65b7c57e33ae202d28782a1eaed8e9c49c74 /util
parentce3adcd6e19ca2e3b537ab874487e9d022b8e88f (diff)
downloadqmk_firmware-b6db61b922f4264803014cfa3def094a909acc2a.tar.gz
qmk_firmware-b6db61b922f4264803014cfa3def094a909acc2a.tar.xz
Fix logic in macos install
Also fix mixed spaces/tabs
Diffstat (limited to 'util')
-rwxr-xr-xutil/macos_install.sh2
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
*)
echo -n "Would you like to install homebrew now? [y/n] "
;;
- esac
+ esac
done
fi