From 20f69f3cc17d08b664ad4aea4b780bf6ffeada2c Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 26 Apr 2018 11:27:37 +0200 Subject: [PATCH] Changed the order to don't have the setup output in the log files. --- lib/tasks/bootstrap.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/bootstrap.rake b/lib/tasks/bootstrap.rake index 7b3f7df87..93f49bc05 100644 --- a/lib/tasks/bootstrap.rake +++ b/lib/tasks/bootstrap.rake @@ -6,8 +6,8 @@ namespace :bs do desc 'Reset the application to its initial state' task :reset => %i[db:reset] do - flush_cache_and_logs run_auto_wizard + flush_cache_and_logs end end