X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/03eda9714a04408f060151c861e7b28742ef9227..030d3ff09003ce32540e6e6edbb4eac9c3f7324a:/script/performance/profiler diff --git a/script/performance/profiler b/script/performance/profiler index d855ac8b1..07640575c 100755 --- a/script/performance/profiler +++ b/script/performance/profiler @@ -1,3 +1,3 @@ #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../../config/boot' +require File.expand_path('../../../config/boot', __FILE__) require 'commands/performance/profiler'