mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix task description for tmp:create
This commit is contained in:
parent
9373ca2808
commit
9e99bb512d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ namespace :tmp do
|
|||
|
||||
tmp_dirs.each { |d| directory d }
|
||||
|
||||
desc "Creates tmp directories for sessions, cache, sockets, and pids"
|
||||
desc "Creates tmp directories for cache, sockets, and pids"
|
||||
task create: tmp_dirs
|
||||
|
||||
namespace :cache do
|
||||
|
|
Loading…
Reference in a new issue