]> git.openstreetmap.org Git - chef.git/commitdiff
Fix cookstyle warnings
authorTom Hughes <tom@compton.nu>
Sat, 19 Sep 2020 14:49:10 +0000 (15:49 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 19 Sep 2020 14:49:10 +0000 (15:49 +0100)
cookbooks/prometheus/resources/exporter.rb

index 0c94fa0eb4310d8567a7874628d9ab423980c067..fd6e854678f86a236210116d3784f7df454159dc 100644 (file)
@@ -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