]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/files/default/plugins/api_waits_
Fix issues reported by new rubocop
[chef.git] / cookbooks / munin / files / default / plugins / api_waits_
index d072b89d58f8f6be2ca306162df62849e5044d3e..49216861ab63bd9eb26f97bf8ffbe5b2be4bb00e 100755 (executable)
@@ -26,7 +26,7 @@ CALL_TYPES = {
   :trkpts => "GPX trackpoints calls",
   :web => "Web site traffic",
   :other => "Other API calls"
-}
+}.freeze
 
 def categorise_uri(line)
   uri = line.split(" ")[1]