1
0
Fork 0
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:
yuuji.yaginuma 2015-01-25 21:25:35 +09:00
parent 9373ca2808
commit 9e99bb512d

View file

@ -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