From 725c9f7f441d1a1280e22a3d7483fd33e5ee7237 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 11 Dec 2014 20:44:32 +0100 Subject: Generate config files before checking that linked files is present. Hope this is the last time I have to move this around... --- lib/capistrano/tasks/configure_piwik.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/capistrano/tasks/configure_piwik.rake') diff --git a/lib/capistrano/tasks/configure_piwik.rake b/lib/capistrano/tasks/configure_piwik.rake index e69e10b..dae2e28 100644 --- a/lib/capistrano/tasks/configure_piwik.rake +++ b/lib/capistrano/tasks/configure_piwik.rake @@ -16,5 +16,5 @@ namespace :deploy do end end - before 'deploy:symlink:linked_files', 'deploy:piwik:configure' + before 'deploy:check:linked_files', 'deploy:piwik:configure' end -- cgit v1.2.3