From 10faf204b712763f05a2b3155a4fd9c5338f1fb2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 25 Feb 2005 22:07:50 +0000 Subject: Tagged the 0.10.0 release git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@799 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionwebservice') diff --git a/actionwebservice/Rakefile b/actionwebservice/Rakefile index 538f02cfbc..76f0ad422e 100644 --- a/actionwebservice/Rakefile +++ b/actionwebservice/Rakefile @@ -85,7 +85,7 @@ end # Publish documentation desc "Publish the API documentation" task :pdoc => [:rdoc] do - Rake::SshDirPublisher.new("davidhh@comox.textdrive.com", "public_html/as", "doc").upload + Rake::SshDirPublisher.new("davidhh@comox.textdrive.com", "public_html/aws", "doc").upload end -- cgit v1.2.3