Skip to content

Commit

Permalink
release path actually because it's before the current link is set
Browse files Browse the repository at this point in the history
Signed-off-by: Austin On Rails <github-austinonrails@damon.otherinbox.com>
  • Loading branch information
Damon Clinkscales authored and Austin On Rails committed Apr 10, 2009
1 parent 79aefde commit 83de002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Expand Up @@ -79,7 +79,7 @@

desc "symlink the old member images directory"
task :symlink_images do
run "ln -s #{deploy_to}/public/member #{current_path}/public/member"
run "ln -s #{deploy_to}/public/member #{release_path}/public/member"
end

desc "Make symlink for database.yml"
Expand Down

0 comments on commit 83de002

Please sign in to comment.