Skip to content

Commit c25bd1a

Browse files
authored
Changed typo
1 parent a4a0af5 commit c25bd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/libraries/proxy_services.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def proxy_services
3030
systemd_services.each do |service_name, systemd_name|
3131
sys_name = systemd_name.join(',')
3232
if file_services.key?(sys_name)
33-
ips_services[service_name] = file_services[sys_name]
33+
proxy_services[service_name] = file_services[sys_name]
3434
end
3535
end
3636

0 commit comments

Comments
 (0)