From 0143edadf584bac177d3be8284d1072412b5772e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 25 Oct 2016 15:43:43 +0200 Subject: [PATCH] Deploy sockethub's master branch --- site-cookbooks/sockethub/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/sockethub/recipes/default.rb b/site-cookbooks/sockethub/recipes/default.rb index 11945a6..d66f80c 100644 --- a/site-cookbooks/sockethub/recipes/default.rb +++ b/site-cookbooks/sockethub/recipes/default.rb @@ -19,7 +19,7 @@ application "sockethub" do action :deploy repository 'https://github.com/sockethub/sockethub.git' - revision 'experimental_v1_0' + revision 'master' nodejs do entry_point '/srv/sockethub/current/bin/sockethub'