aboutsummaryrefslogtreecommitdiff
path: root/nix2/driver.go
diff options
context:
space:
mode:
Diffstat (limited to 'nix2/driver.go')
-rw-r--r--nix2/driver.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix2/driver.go b/nix2/driver.go
index 17d00e8..b5650d6 100644
--- a/nix2/driver.go
+++ b/nix2/driver.go
@@ -10,7 +10,7 @@ import (
"sync"
"time"
- "github.com/Alexis211/nomad-driver-exec2/executor"
+ "git.deuxfleurs.fr/lx/nomad-driver-nix2/executor"
"github.com/hashicorp/consul-template/signals"
hclog "github.com/hashicorp/go-hclog"
"github.com/hashicorp/nomad/client/lib/cgutil"