aboutsummaryrefslogtreecommitdiff
path: root/exec2/handle.go
diff options
context:
space:
mode:
Diffstat (limited to 'exec2/handle.go')
-rw-r--r--exec2/handle.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec2/handle.go b/exec2/handle.go
index b4d55a2..9cd1cc3 100644
--- a/exec2/handle.go
+++ b/exec2/handle.go
@@ -7,7 +7,7 @@ import (
"time"
hclog "github.com/hashicorp/go-hclog"
- "github.com/hashicorp/nomad/drivers/shared/executor"
+ "github.com/Alexis211/nomad-driver-exec2/executor"
"github.com/hashicorp/nomad/plugins/drivers"
)