From 5ae939d82a08e001695b02e0de7954866f2ee4cb Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Wed, 21 Jan 2009 15:40:42 -0800 Subject: [PATCH] One too many directories down --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 87ec1f4..e4984b3 100755 --- a/Rakefile +++ b/Rakefile @@ -10,7 +10,7 @@ Dir[File.expand_path(File.dirname(__FILE__)) + "/lib/tasks/**/*.rake"].sort.each PLUGIN_ROOT = File.expand_path(File.dirname(__FILE__)) # Allows loading of an environment config based on the environment -REDMINE_ROOT = ENV["REDMINE_ROOT"] || File.dirname(__FILE__) + "/../../../.." +REDMINE_ROOT = ENV["REDMINE_ROOT"] || File.dirname(__FILE__) + "/../../.." REDMINE_APP = File.expand_path(REDMINE_ROOT + '/app') REDMINE_LIB = File.expand_path(REDMINE_ROOT + '/lib')