From 5632f8c05cee7e7a655b54c06217de279574e6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A4=AA?= Date: Sat, 18 May 2013 19:15:10 +1000 Subject: [PATCH] Fix possible typo in config/deploy.rb --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 9d6b76969..064a28cf7 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -70,7 +70,7 @@ end desc "Change ownership of common directory to user" task :reset_ownership_of_common_directory do - sudo "chown -R #{user}:#{user} /var/www/danbooru2" + sudo "chown -R #{user}:#{user} #{deploy_to}" end namespace :deploy do