Skip to content

Commit

Permalink
oops, should be directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Aug 13, 2012
1 parent 38a3fed commit fa736e6
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 @@ -8,7 +8,7 @@ namespace :tmp do
'tmp/pids',
'tmp/cache/assets' ]

tmp_dirs.each { |d| dir d }
tmp_dirs.each { |d| directory d }

desc "Creates tmp directories for sessions, cache, sockets, and pids"
task :create => tmp_dirs
Expand Down

0 comments on commit fa736e6

Please sign in to comment.