Skip to content

Commit

Permalink
Make rake code_cache point to the right task
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick committed Jan 19, 2007
1 parent 715bf04 commit c72dd91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -309,8 +309,8 @@ end

desc "DEPRECATED: Prepare the code-cache directory"
task :code_cache do
deprecate 'test:setup:code-cache'
Rake::Task['test:setup:code-cache'].invoke
deprecate 'test:setup:code_cache'
Rake::Task['test:setup:code_cache'].invoke
end

desc "DEPRECATED: Ensure that the correct version of the sydparse gem is installed."
Expand Down

0 comments on commit c72dd91

Please sign in to comment.