Skip to content

Commit

Permalink
Merge pull request rails#18680 from y-yagi/tmp_sessions
Browse files Browse the repository at this point in the history
fix task description for tmp:create
  • Loading branch information
senny committed Jan 25, 2015
2 parents 9373ca2 + 9e99bb5 commit 862c8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/tasks/tmp.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 862c8c6

Please sign in to comment.