aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/Rakefile')
-rw-r--r--actionwebservice/Rakefile2
1 files changed, 1 insertions, 1 deletions
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