Commit f5f4ca33 by Karl Kloppenborg Committed by GitHub

Merge pull request #16 from Tensho/fix-typo

Fix "sidekiq" typo
parents 5945d4db 7a2585eb
......@@ -9,7 +9,7 @@ namespace :load do
end
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)
invoke 'sneakers:monit:add_default_hooks'
end
......
......@@ -14,7 +14,7 @@ module Capistrano
banner: "path to templates"
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
......
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