aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e8ab0b2319..368f36e56c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -76,6 +76,6 @@ desc "Publish API docs for Rails as a whole and for each component"
task :pdoc => :rdoc do
Rake::SshDirPublisher.new("wrath.rubyonrails.org", "public_html/api", "doc").upload
PROJECTS.each do |project|
- system %(cd #{project} && #{env} #{$0} #{task_name})
+ system %(cd #{project} && #{env} #{$0} pdoc)
end
end