]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix logic in macos install
authorShayne Holmes <github.snth@xoxy.net>
Fri, 16 Mar 2018 22:17:13 +0000 (15:17 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Sat, 17 Mar 2018 03:08:21 +0000 (20:08 -0700)
Also fix mixed spaces/tabs

util/macos_install.sh

index ec8502985a0f866c9cc0769c70703544966bcec7..f53f26694dba92c3face700d609954c9e65edf2f 100755 (executable)
@@ -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