oops, should be directory

This commit is contained in:
Aaron Patterson 2012-08-13 17:15:20 -04:00
parent 38a3fed404
commit fa736e69a1
1 changed files with 1 additions and 1 deletions

View File

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