README.md in capistrano-sidekiq-0.3.8 vs README.md in capistrano-sidekiq-0.4.0

- old
+ new

@@ -47,14 +47,15 @@ :sidekiq_concurrency => nil :sidekiq_cmd => "#{fetch(:bundle_cmd, "bundle")} exec sidekiq" # Only for capistrano2.5 :sidekiqctl_cmd => "#{fetch(:bundle_cmd, "bundle")} exec sidekiqctl" # Only for capistrano2.5 ``` -There is a know bug that prevent sidekiq from starting when pty is true +There is a known bug that prevents sidekiq from starting when pty is true ```ruby set :pty, false ``` ## Changelog +- 0.3.9: Restore daemon flag from Monit template - 0.3.8: * Update monit template: use su instead of sudo / permit all Sidekiq options @bensie * Unmonitor monit while deploy @Saicheg - 0.3.7: * fix capistrano2 task @tribble