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