From 204aeb8b8b92ebc976a96161e7b2f34de7748d2c Mon Sep 17 00:00:00 2001 From: renansoares Date: Fri, 1 Jul 2016 11:14:39 -0300 Subject: [PATCH] fix --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 05b2940..0e94f50 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -9,7 +9,7 @@ set :puma_threads, [4, 16] set :puma_workers, 0 # Default branch is :master -# ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call +ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call # Don't change these unless you know what you're doing set :pty, true -- libgit2 0.21.2