Rakefile in rake-10.1.0.beta.1 vs Rakefile in rake-10.1.0.beta.2
- old
+ new
@@ -362,10 +362,10 @@
# Require experimental XForge/Metaproject support.
load 'xforge.rf' if File.exist?('xforge.rf')
-desc "Where is the current directory. This task displays\nthe current rake directory"
+desc "Where is the current directory. This task displays the current rake directory"
task :where_am_i do
puts Rake.original_dir
end
task :failure => :really_fail