You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2010/04/01 08:42:35 UTC

svn commit: r929861 - /buildr/trunk/rakelib/doc.rake

Author: toulmean
Date: Thu Apr  1 06:42:34 2010
New Revision: 929861

URL: http://svn.apache.org/viewvc?rev=929861&view=rev
Log:
fix for variable name: htacess instead of htaccess

Modified:
    buildr/trunk/rakelib/doc.rake

Modified: buildr/trunk/rakelib/doc.rake
URL: http://svn.apache.org/viewvc/buildr/trunk/rakelib/doc.rake?rev=929861&r1=929860&r2=929861&view=diff
==============================================================================
--- buildr/trunk/rakelib/doc.rake (original)
+++ buildr/trunk/rakelib/doc.rake Thu Apr  1 06:42:34 2010
@@ -72,7 +72,7 @@ task :site=>['_site', :rdoc, '_reports/s
   fail 'No coverage report in site directory' unless File.exist?('_site/coverage/index.html')
   cp 'CHANGELOG', '_site'
   open("_site/.htaccess", "w") do |htaccess|
-    htacess << %Q{
+    htaccess << %Q{
 <FilesMatch "CHANGELOG">
 ForceType 'text/plain; charset=UTF-8'
 </FilesMatch>