Skip to content

Commit

Permalink
api doc: fix path in task
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias H committed Mar 11, 2015
1 parent cd4e369 commit 6eea156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/doc.rake
Expand Up @@ -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
Expand Down

0 comments on commit 6eea156

Please sign in to comment.