From 1d950ff63aeb0a02c5cd3a6a1c91d526b3fec1c6 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 30 Aug 2011 13:19:31 -0400 Subject: [PATCH] deploy fix --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index bee059e83..c069cd038 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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