From 196765788f6f03fb0754e71c7038669377797374 Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 9 Jul 2006 23:18:40 +0000 Subject: Fixed another bug in the Ruby scanner, this time it was unfinished heredocs with empty delimiter. Fixed documentation uploading. --- rake_tasks/documentation.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rake_tasks/documentation.rake') diff --git a/rake_tasks/documentation.rake b/rake_tasks/documentation.rake index 21232b3..36722fc 100644 --- a/rake_tasks/documentation.rake +++ b/rake_tasks/documentation.rake @@ -28,7 +28,7 @@ namespace :doc do desc 'Upload rdoc to ' + FTP_DOMAIN task :upload => :all do gn 'Uploading documentation:' - Dir.chdir 'rdoc' do + Dir.chdir 'doc/all' do cYcnus_ftp do |ftp| uploader = uploader_for ftp ftp.chdir FTP_CODERAY_DIR -- cgit v1.2.1