Fixed typo

This commit is contained in:
Ariejan de Vroom 2014-07-01 13:16:29 +02:00
parent 8c27b398f5
commit 817a9f90fb

View File

@ -42,7 +42,7 @@ Here's what I put in `lib/tasks/cleanup.rake`:
task :all => [:clicks, :logs]
end
desck "Cleanup everything"
desc "Cleanup everything"
task :cleanup => 'cleanup:all'
Notice that the `cleanup:all` task does not have a description. Without