X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2d068c38b3f6b57528e3ca137f99c50c7c14762a..7d1cd7a50af8e68533d308f95ba4f4e35dffb2e0:/cookbooks/prometheus/resources/exporter.rb diff --git a/cookbooks/prometheus/resources/exporter.rb b/cookbooks/prometheus/resources/exporter.rb index 0c94fa0eb..fd6e85467 100644 --- a/cookbooks/prometheus/resources/exporter.rb +++ b/cookbooks/prometheus/resources/exporter.rb @@ -110,7 +110,7 @@ action_class do end def executable_options - "--#{new_resource.listen_switch}=#{listen_address} #{Array(new_resource.options).join(" ")}" + "--#{new_resource.listen_switch}=#{listen_address} #{Array(new_resource.options).join(' ')}" end def listen_address