]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/squid/recipes/default.rb
Fix new rubocop warnings
[chef.git] / cookbooks / squid / recipes / default.rb
index 731cbdd83c0f408a7e8f973528ad7a23ad6031b4..54e6e4af4848d5a3056cf05c1d8dc7d397e7d3aa 100644 (file)
@@ -72,7 +72,7 @@ log "squid-restart" do
   notifies :restart, "service[squid]"
   only_if do
     IO.popen(["squidclient", "--host=127.0.0.1", "--port=80", "mgr:counters"]) do |io|
-      io.each.grep(/^[a-z][a-z_.]+ = -[0-9]+$/).count > 0
+      io.each.grep(/^[a-z][a-z_.]+ = -[0-9]+$/).count.positive?
     end
   end
 end