diff --git a/lib/tasks/bootstrap.rake b/lib/tasks/bootstrap.rake index c653b71a6..52d3b1a3e 100644 --- a/lib/tasks/bootstrap.rake +++ b/lib/tasks/bootstrap.rake @@ -23,5 +23,5 @@ end def run_auto_wizard FileUtils.ln(AUTO_WIZARD[:source], AUTO_WIZARD[:destination], force: true) - system('rails runner "AutoWizard.setup"') + AutoWizard.setup end