Skip to content

Commit

Permalink
Fixes #29556 - correct method_name in feature dynflow_sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaikwad committed Apr 27, 2020
1 parent af43c61 commit 8abc43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/features/dynflow_sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def services

def config_files
# Workaround until foreman-installer can deploy scaled workers
service_symlinks = configured_services.map do |service|
service_symlinks = configured_instances.map do |service|
"/etc/systemd/system/multi-user.target.wants/#{service}.service"
end
[
Expand Down

0 comments on commit 8abc43e

Please sign in to comment.