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 3fe052f..96bbf42 100644
--- a/nix2/driver.go
+++ b/nix2/driver.go
@@ -10,7 +10,7 @@ import (
"sync"
"time"
- "git.deuxfleurs.fr/lx/nomad-driver-nix2/executor"
+ "git.deuxfleurs.fr/Deuxfleurs/nomad-driver-nix2/executor"
"github.com/hashicorp/consul-template/signals"
hclog "github.com/hashicorp/go-hclog"
"github.com/hashicorp/nomad/client/lib/cgutil"