Skip to content

Commit

Permalink
Used the new attribute in the git resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Green committed Aug 28, 2013
1 parent 70ee1d2 commit 29b5ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

git "clone watcher repo" do
repository node['watcher']['repo_url']
revision "HEAD"
revision node['watcher']['branch']
destination node['watcher']['install_path']
action :sync
end
Expand Down

0 comments on commit 29b5ebb

Please sign in to comment.