Changed the order to don't have the setup output in the log files.
This commit is contained in:
parent
5f3c793f37
commit
20f69f3cc1
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@ namespace :bs do
|
||||||
|
|
||||||
desc 'Reset the application to its initial state'
|
desc 'Reset the application to its initial state'
|
||||||
task :reset => %i[db:reset] do
|
task :reset => %i[db:reset] do
|
||||||
flush_cache_and_logs
|
|
||||||
run_auto_wizard
|
run_auto_wizard
|
||||||
|
flush_cache_and_logs
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue