Explorar o código

Fix logic in macos install

Also fix mixed spaces/tabs
Shayne Holmes %!s(int64=7) %!d(string=hai) anos
pai
achega
b6db61b922
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      util/macos_install.sh

+ 1 - 1
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