aboutsummaryrefslogtreecommitdiff
path: root/util/macos_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/macos_install.sh')
-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
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
20fi 20fi
21 21