Skip to content

Commit

Permalink
Add notice that the pty bug only applies to Capistrano 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nTraum committed Aug 5, 2015
1 parent ac4f81f commit 41b563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 41b563b

Please sign in to comment.