X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/03eda9714a04408f060151c861e7b28742ef9227..81f5c72c76f36e7c712bac0ad54b37d945caa51f:/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'