Changed the order to don't have the setup output in the log files.

This commit is contained in:
Thorsten Eckel 2018-04-26 11:27:37 +02:00
parent 5f3c793f37
commit 20f69f3cc1

View file

@ -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