summaryrefslogtreecommitdiff
path: root/interfaces/factory/factory.go
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/factory/factory.go')
-rwxr-xr-xinterfaces/factory/factory.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/factory/factory.go b/interfaces/factory/factory.go
index 036ff4e7..51b73501 100755
--- a/interfaces/factory/factory.go
+++ b/interfaces/factory/factory.go
@@ -4,7 +4,7 @@ import (
"context"
"os/exec"
- "github.com/spiral/roadrunner/v2/pkg/worker"
+ "github.com/spiral/roadrunner/v2/interfaces/worker"
)
// Factory is responsible of wrapping given command into tasks WorkerProcess.