aboutsummaryrefslogtreecommitdiffstats
path: root/lib/capistrano/tasks/refinery_setup.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/capistrano/tasks/refinery_setup.rake')
-rw-r--r--lib/capistrano/tasks/refinery_setup.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/capistrano/tasks/refinery_setup.rake b/lib/capistrano/tasks/refinery_setup.rake
index d5d21bc..8192130 100644
--- a/lib/capistrano/tasks/refinery_setup.rake
+++ b/lib/capistrano/tasks/refinery_setup.rake
@@ -18,5 +18,5 @@ namespace :deploy do
end
end
- before 'deploy', 'deploy:refinery:setup'
+ before 'deploy:check:linked_files', 'deploy:refinery:setup'
end