diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-29 13:31:12 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-29 13:32:47 +0100 |
commit | c0af0b632dc80cfe6817dcd021f842fce70d8345 (patch) | |
tree | a841477afdd4eaf8f5cc979153665de960e2c95b /nix2/driver.go | |
parent | 0b203bf9f166436f7644cd3f9aa635011f5bdb97 (diff) | |
download | nomad-driver-nix2-c0af0b632dc80cfe6817dcd021f842fce70d8345.tar.gz nomad-driver-nix2-c0af0b632dc80cfe6817dcd021f842fce70d8345.zip |
correctly call package nomad-driver-nix2
Diffstat (limited to 'nix2/driver.go')
-rw-r--r-- | nix2/driver.go | 2 |
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" |