X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/03eda9714a04408f060151c861e7b28742ef9227..408461e5aa9419500a624d62c781d7328e5c2b9d:/script/runner diff --git a/script/runner b/script/runner index ccc30f9d2..be4c5d457 100755 --- a/script/runner +++ b/script/runner @@ -1,3 +1,3 @@ #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../config/boot' -require 'commands/runner' \ No newline at end of file +require File.expand_path('../../config/boot', __FILE__) +require 'commands/runner'