Merge pull request #2505 from edx/db/resolve-dev-env-script

fixup create-dev-env.sh
This commit is contained in:
David Baumgold
2014-02-06 14:12:40 -05:00

View File

@@ -307,11 +307,11 @@ EO
command -v brew &>/dev/null || {
output "Installing brew"
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
}
command -v git &>/dev/null || {
output "Installing git and Brewfile bundle"
brew install && brew bundle $BASE/edx-platform/Brewfile
output "Installing git"
brew install git
}
;;