deploy fix

This commit is contained in:
albert
2011-08-30 13:19:31 -04:00
parent d8e4f51f60
commit 1d950ff63a

View File

@@ -77,7 +77,7 @@ namespace :deploy do
desc "Compile the image resizer"
task :compile_image_resizer do
run "cd #{current_path}/lib/danbooru_image_resize ; ruby extconf.rb ; make"
run "cd #{current_path}/lib/danbooru_image_resizer ; ruby extconf.rb ; make"
end
end