diff options
Diffstat (limited to 'interfaces/factory/factory.go')
-rwxr-xr-x | interfaces/factory/factory.go | 2 |
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. |