From c0af0b632dc80cfe6817dcd021f842fce70d8345 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 29 Nov 2022 13:31:12 +0100 Subject: correctly call package nomad-driver-nix2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 99d94b1..cdf7871 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ package main import ( - "github.com/Alexis211/nomad-driver-exec2/nix2" + "git.deuxfleurs.fr/lx/nomad-driver-nix2/nix2" "github.com/hashicorp/go-hclog" "github.com/hashicorp/nomad/plugins" -- cgit v1.2.3