From dc168c0b90f426e8e2d1c48062e5b11867b6f4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=B1or=20Rolando?= Date: Thu, 12 Dec 2013 22:54:54 +0100 Subject: [PATCH] Add a workaround to get 'mina setup' to run. --- config/deploy.rb_sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/deploy.rb_sample b/config/deploy.rb_sample index 075b846..cb7658e 100644 --- a/config/deploy.rb_sample +++ b/config/deploy.rb_sample @@ -4,6 +4,10 @@ require 'mina/git' # require 'mina/rbenv' # for rbenv support. (http://rbenv.org) # require 'mina/rvm' # for rvm support. (http://rvm.io) +# Temporary(?) workaround to get 'mina setup' to run. +# see: https://github.com/nadarei/mina/issues/99 +set :term_mode, nil + # Basic settings: # domain - The hostname to SSH to. # deploy_to - Path to deploy into.