From: Tom Hughes Date: Sat, 19 Sep 2020 14:49:10 +0000 (+0100) Subject: Fix cookstyle warnings X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7d1cd7a50af8e68533d308f95ba4f4e35dffb2e0 Fix cookstyle warnings --- 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