X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e43a275de10e162d605df71e3e0f16ba596ad25..691f759da47ebd4b6a77a2ab5041c870265027e2:/script/performance/benchmarker diff --git a/script/performance/benchmarker b/script/performance/benchmarker index c842d35d3..3bff809fb 100755 --- a/script/performance/benchmarker +++ b/script/performance/benchmarker @@ -1,3 +1,3 @@ #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../../config/boot' +require File.expand_path('../../../config/boot', __FILE__) require 'commands/performance/benchmarker'