Skip to content

Commit

Permalink
Merge pull request #22 from chengyuanheng/develop
Browse files Browse the repository at this point in the history
bug fixed
  • Loading branch information
Karl Kloppenborg committed Sep 13, 2018
2 parents 11034fc + bfc4ee1 commit a7d2fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/sneakers.rake
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace :sneakers do
sneakers_switch_user(role) do
if test("[ -d #{current_path} ]")
sneakers_each_process_with_index(true) do |pid_file, idx|
if pid_file_exists?(pid_file) && sneakers_process_exists?(pid_file)
if sneakers_pid_file_exists?(pid_file) && sneakers_process_exists?(pid_file)
quiet_sneakers(pid_file)
end
end
Expand Down

0 comments on commit a7d2fbc

Please sign in to comment.