Skip to content

Commit

Permalink
Fixed link to Brew
Browse files Browse the repository at this point in the history
Hopefully fixed submodule init
  • Loading branch information
Cicucci authored and Cicucci committed Jun 26, 2015
1 parent 8de9d89 commit 9bd3773
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "zsh/prezto"]
path = zsh/prezto
url = https://github.com/sorin-ionescu/prezto.git
ignore = dirty
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def install_homebrew
puts "Installing Homebrew, the OSX package manager...If it's"
puts "already installed, this will do nothing."
puts "======================================================"
run %{ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"}
run %{ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"}
end

puts
Expand Down

0 comments on commit 9bd3773

Please sign in to comment.