Skip to content

Commit

Permalink
fix typo , closes seuros#102
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Aug 24, 2015
1 parent 5745888 commit 8d8d931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/capistrano2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def for_each_role

def run_as(cmd)
su_user = fetch(:sidekiq_user)
run cdm, roles: sidekiq_role, shell: "su - #{su_user}"
run cmd, roles: sidekiq_role, shell: "su - #{su_user}"
end

def quiet_process(pid_file, idx, sidekiq_role)
Expand Down

0 comments on commit 8d8d931

Please sign in to comment.