Skip to content

Commit 91c6fb3

Browse files
committed
Fixed #29556 - correct method_name in feature dynflow_sidekiq
1 parent af43c61 commit 91c6fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

definitions/features/dynflow_sidekiq.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def services
1313

1414
def config_files
1515
# Workaround until foreman-installer can deploy scaled workers
16-
service_symlinks = configured_services.map do |service|
16+
service_symlinks = services.map do |service|
1717
"/etc/systemd/system/multi-user.target.wants/#{service}.service"
1818
end
1919
[

0 commit comments

Comments
 (0)