Skip to content

Commit

Permalink
Merge pull request seuros#101 from nTraum/specify_pty_bug_capistrano_3
Browse files Browse the repository at this point in the history
Add notice that the pty bug only applies to Capistrano 3.
  • Loading branch information
seuros committed Aug 5, 2015
2 parents ac4f81f + 41b563b commit 3f200fd
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 3f200fd

Please sign in to comment.