lib/steep/drivers/checkfile.rb in steep-1.3.0.pre.1 vs lib/steep/drivers/checkfile.rb in steep-1.3.0.pre.2
- old
+ new
@@ -103,10 +103,10 @@
typecheck_workers = Server::WorkerProcess.start_typecheck_workers(
steepfile: project.steepfile_path,
args: [],
delay_shutdown: true,
- steep_command: jobs_option.steep_command_value,
+ steep_command: jobs_option.steep_command,
count: count
)
master = Server::Master.new(
project: project,