Skip to content

Commit

Permalink
change executor
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Feb 16, 2024
1 parent b239a15 commit 1355cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/di/internal/definitions/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func CreateProcessRunner(ctx context.Context, c Container) *services.Runner {
processRunner, err := services.NewProcessRunner(
c.Cfg(ctx),
c.Services().Executor(ctx),
c.Services().ExtendableExecutor(ctx),
c.ServerCommandFactory(ctx),
c.Services().APICaller(ctx),
c.Services().GdTaskManager(ctx),
Expand Down

0 comments on commit 1355cf3

Please sign in to comment.