Fix: path in rake file breaks rake usage for redmine due to path change for plugins

This commit is contained in:
Daniel Munn 2012-06-04 05:08:35 +01:00
parent 8e1a35166d
commit bb53713608

View File

@ -29,7 +29,7 @@ Available options:
Example:
rake redmine:dmsf_convert_documents project=test RAILS_ENV="production"
END_DESC
require File.expand_path(File.dirname(__FILE__) + "/../../../../../config/environment")
require File.expand_path(File.dirname(__FILE__) + "/../../../../config/environment")
class DmsfConvertDocuments