Skip to content

Commit

Permalink
Merge pull request #14 from sharang-d/fix/unicorn_restart_cmd
Browse files Browse the repository at this point in the history
Fix: add missing tilde in unicorn_restart_cmd()
  • Loading branch information
thurisaz committed Apr 21, 2016
2 parents dae4ab6 + 374410e commit f0256de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capsize/template/unicorn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def unicorn_stop_cmd
end
def unicorn_restart_cmd
"kill -USR2 `cat #{unicorn_pid}"
"kill -USR2 `cat #{unicorn_pid}`"
end
namespace :capsize do
Expand Down

0 comments on commit f0256de

Please sign in to comment.