X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/26855add3861ad496efdcae8598ffdf7d1116074..a65ccb55b5f9699d31088e98f61f9846f3f8505e:/config/initializers/piwik.rb?ds=sidebyside diff --git a/config/initializers/piwik.rb b/config/initializers/piwik.rb index 1f054f7d1..1b9fa73c1 100644 --- a/config/initializers/piwik.rb +++ b/config/initializers/piwik.rb @@ -1,5 +1,5 @@ require "yaml" -if File.exists?(piwik_file = File.expand_path("../../piwik.yml", __FILE__)) +if File.exist?(piwik_file = File.expand_path("../piwik.yml", __dir__)) PIWIK = YAML.load_file(piwik_file) end