Skip to content

Commit

Permalink
Correct description of tmp:create task [#1607 state:resolved] [Roderi…
Browse files Browse the repository at this point in the history
…ck van Domburg]
  • Loading branch information
lifo committed Dec 21, 2008
1 parent b17b937 commit fab4f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/lib/tasks/tmp.rake
Expand Up @@ -2,7 +2,7 @@ namespace :tmp do
desc "Clear session, cache, and socket files from tmp/"
task :clear => [ "tmp:sessions:clear", "tmp:cache:clear", "tmp:sockets:clear"]

desc "Creates tmp directories for sessions, cache, and sockets"
desc "Creates tmp directories for sessions, cache, sockets, and pids"
task :create do
FileUtils.mkdir_p(%w( tmp/sessions tmp/cache tmp/sockets tmp/pids ))
end
Expand Down Expand Up @@ -34,4 +34,4 @@ namespace :tmp do
FileUtils.rm(Dir['tmp/pids/[^.]*'])
end
end
end
end

0 comments on commit fab4f96

Please sign in to comment.