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