Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Fix my user recipe so it will actually use the master branch and neve…
Browse files Browse the repository at this point in the history
…r deploy
Sam Kottler committed Jun 18, 2014
1 parent 6b0362e commit 0ec4b9f
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -177,7 +177,7 @@ GRAPH
irc_handler (>= 0.0.0)
rubygems-ntp (0.0.1)
ntp (>= 0.0.0)
rubygems-people (0.0.10)
rubygems-people (0.0.11)
sudo (>= 0.0.0)
user (>= 0.0.0)
rubygems-redis (0.0.1)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-people/metadata.rb
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
maintainer 'RubyGems.org Ops Team'
license 'MIT'
description 'RubyGems user recipes'
version '0.0.10'
version '0.0.11'

depends 'user'
depends 'sudo'
4 changes: 3 additions & 1 deletion cookbooks/rubygems-people/recipes/samkottler.rb
Original file line number Diff line number Diff line change
@@ -11,8 +11,10 @@

git "#{home}/src/dotfiles" do
repository "https://github.com/skottler/dotfiles" do
revision "master"
checkout_branch "master"
action :checkout
action :sync
user "samkottler"
end
end

0 comments on commit 0ec4b9f

Please sign in to comment.