Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 942219 - Wrong homebrew url in bootstrap-mac.sh #302

Merged
merged 1 commit into from Dec 5, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/bootstrap-mac.sh
Expand Up @@ -434,7 +434,7 @@ install_homebrew() {
)
fi

installer_url="https://raw.github.com/mxcl/homebrew/go"
installer_url="https://raw.github.com/mxcl/homebrew/go/install"

run_command curl -fsSL $installer_url -o $tmp_installer
run_command ruby $tmp_installer
Expand Down