Skip to content

Commit

Permalink
fix: task runner INSTANCE -> instance()
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Aug 5, 2024
1 parent d0c69aa commit d5b2535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/spark/AbstractSubmit.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public abstract class AbstractSubmit extends Task implements RunnableTask<Script
@PluginProperty
@Builder.Default
@Valid
private TaskRunner taskRunner = Docker.INSTANCE;
private TaskRunner taskRunner = Docker.instance();

@Schema(title = "The task runner container image, only used if the task runner is container-based.")
@PluginProperty(dynamic = true)
Expand Down

0 comments on commit d5b2535

Please # to comment.