]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/memcached/recipes/default.rb
Fix new rubocop warnings
[chef.git] / cookbooks / memcached / recipes / default.rb
index e96af7e35baafec9396ad890f489a9ce551d4ee5..7186626c01af5d65ba995f3315152d4414676c04 100644 (file)
@@ -36,7 +36,7 @@ munin_plugin_conf "memcached_multi" do
   template "munin.erb"
 end
 
-%w(bytes commands conns evictions items memory).each do |stat|
+%w[bytes commands conns evictions items memory].each do |stat|
   munin_plugin "memcached_multi_#{stat}" do
     target "memcached_multi_"
   end