This commit is contained in:
David Heinemeier Hansson
2023-04-10 14:39:18 +02:00
committed by GitHub
parent c60cc92dfe
commit a9488e935d

View File

@@ -87,7 +87,7 @@ class Mrsk::Configuration::Role
end
def traefik_service
[config.service, name, config.destination].compact.join("-")
[ config.service, name, config.destination ].compact.join("-")
end
def custom_labels