From 5f1c06fac008ea27543fa177087e4409488431ea Mon Sep 17 00:00:00 2001 From: Patrick Davey Date: Sun, 23 Nov 2014 17:50:47 +1300 Subject: [PATCH] Updating remote to master --- config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config.rb b/config.rb index 7da3acf..69dc8cc 100644 --- a/config.rb +++ b/config.rb @@ -26,4 +26,5 @@ activate :deploy do |deploy| deploy.method = :git + deploy.branch = "master" end