From 41b563be248bb1d0c6121f71b9c35b4bacbc68f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Pre=C3=9F?= Date: Wed, 5 Aug 2015 15:36:35 +0200 Subject: [PATCH] Add notice that the pty bug only applies to Capistrano 3. According to https://github.com/seuros/capistrano-sidekiq/wiki#other. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6187c22..9803aad 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Configurable options, shown here with defaults: :sidekiqctl_cmd => "#{fetch(:bundle_cmd, "bundle")} exec sidekiqctl" # Only for capistrano2.5 ``` -There is a known bug that prevents sidekiq from starting when pty is true +There is a known bug that prevents sidekiq from starting when pty is true on Capistrano 3. ```ruby set :pty, false ```