Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Xcode delivers an old git binary, so this never works, just use the defa... #159

Merged
merged 1 commit into from
Dec 13, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Xcode delivers an old git binary, so this never works, just use the d…
…efault brew commands
  • Loading branch information
Roderik van der Veer committed Dec 7, 2012
commit 7d5267b73c0a00c066882d1d48c5ce1e03e61417
9 changes: 2 additions & 7 deletions recipes/git.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
unless system("git --version | grep 'git version' > /dev/null")
include_recipe "pivotal_workstation::homebrew"
include_recipe "pivotal_workstation::homebrew"

execute "brew install git" do
user WS_USER
command "brew install git"
end
end
brew_install "git"