aboutsummaryrefslogtreecommitdiff
path: root/cmd/batch/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/batch/main.go')
-rw-r--r--cmd/batch/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/batch/main.go b/cmd/batch/main.go
index a637fe2..33cfcfc 100644
--- a/cmd/batch/main.go
+++ b/cmd/batch/main.go
@@ -4,7 +4,7 @@ import (
"log"
"path"
- "dim13.org/acme"
+ "github.com/dim13/acme"
)
func startSolvers() (acme.Solvers, error) {