Skip to content

Commit

Permalink
Merge pull request #114 from msbrigna/patch-1
Browse files Browse the repository at this point in the history
Fix puma_monit_bin
  • Loading branch information
seuros committed Jul 27, 2015
2 parents ad02efe + 8ac47ba commit aa1b00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/monit.cap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace :load do
task :defaults do
set :puma_monit_conf_dir, -> { "/etc/monit/conf.d/#{puma_monit_service_name}.conf" }
set :puma_monit_use_sudo, true
set :puma_monit_bin, 'usr/bin/monit'
set :puma_monit_bin, '/usr/bin/monit'
end
end

Expand Down

0 comments on commit aa1b00e

Please # to comment.