]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
api doc: fix path in task
authorMatthias H <apoc@sixserv.org>
Wed, 11 Mar 2015 07:30:40 +0000 (08:30 +0100)
committerMatthias H <apoc@sixserv.org>
Wed, 11 Mar 2015 07:30:40 +0000 (08:30 +0100)
tasks/doc.rake

index b39f8c6518e8000bae128c879550b13ebf599f1a..56f15c4bb7993ab34a578f9ceab1d937f7e5d4ae 100644 (file)
@@ -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