aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-11-28 12:37:50 +0100
committerAlex Auvolat <alex@adnab.me>2022-11-28 12:37:50 +0100
commit77a2fb9190e1add91205d3bd26792fbbd8c0f459 (patch)
tree10b947f7f806247b4138878ae19e59f351ab9651 /main.go
parent06be7dcbf6ad5a0a068d6478c98b17306af44394 (diff)
downloadnomad-driver-nix2-77a2fb9190e1add91205d3bd26792fbbd8c0f459.tar.gz
nomad-driver-nix2-77a2fb9190e1add91205d3bd26792fbbd8c0f459.zip
First build as external plugin
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7963a63..3e1e36c 100644
--- a/main.go
+++ b/main.go
@@ -1,7 +1,7 @@
package main
import (
- exec2 "github.com/Alexis211/nomad-driver-exec2/exec2"
+ "github.com/Alexis211/nomad-driver-exec2/exec2"
"github.com/hashicorp/go-hclog"
"github.com/hashicorp/nomad/plugins"