diff options
-rw-r--r-- | tasks/doc.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/doc.rake b/tasks/doc.rake index b39f8c65..56f15c4b 100644 --- a/tasks/doc.rake +++ b/tasks/doc.rake @@ -2,7 +2,7 @@ desc "Generate RDoc" task :doc => ['doc:generate'] namespace :doc do - project_root = File.expand_path(File.join(File.dirname(__FILE__), '.')) + project_root = File.expand_path(File.join(File.dirname(__FILE__), '..')) doc_destination = File.join(project_root, 'doc') begin |