Commit 7a2585eb by Andrew Babichev

Fix "sidekiq" typo

parent 5945d4db
...@@ -9,7 +9,7 @@ namespace :load do ...@@ -9,7 +9,7 @@ namespace :load do
end end
namespace :deploy do namespace :deploy do
before :starting, :check_sidekiq_monit_hooks do before :starting, :check_sneakers_monit_hooks do
if fetch(:sneakers_default_hooks) && fetch(:sneakers_monit_default_hooks) if fetch(:sneakers_default_hooks) && fetch(:sneakers_monit_default_hooks)
invoke 'sneakers:monit:add_default_hooks' invoke 'sneakers:monit:add_default_hooks'
end end
......
...@@ -14,7 +14,7 @@ module Capistrano ...@@ -14,7 +14,7 @@ module Capistrano
banner: "path to templates" banner: "path to templates"
def copy_template def copy_template
copy_file "sneakers_monit.conf.erb", "#{templates_path}/sidekiq_monit.erb" copy_file "sneakers_monit.conf.erb", "#{templates_path}/sneakers_monit.erb"
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment