From 29b5ebbadecbb4352f9a034d8fc596d0cbb7efef Mon Sep 17 00:00:00 2001 From: Peter Green Date: Wed, 28 Aug 2013 10:50:09 +0100 Subject: [PATCH] Used the new attribute in the git resource --- recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/default.rb b/recipes/default.rb index 4c4e148..682420f 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -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