X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/03eda9714a04408f060151c861e7b28742ef9227..289ab7c19d3fbce8639282ae6c9611374ec43760:/script/destroy?ds=sidebyside diff --git a/script/destroy b/script/destroy index fa0e6fcd0..88d295f7a 100755 --- a/script/destroy +++ b/script/destroy @@ -1,3 +1,3 @@ #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../config/boot' -require 'commands/destroy' \ No newline at end of file +require File.expand_path('../../config/boot', __FILE__) +require 'commands/destroy'