Fix: path in rake file breaks rake usage for redmine due to path change for plugins
This commit is contained in:
parent
8e1a35166d
commit
bb53713608
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user