diff options
Diffstat (limited to 'cmd/batch/files.go')
-rw-r--r-- | cmd/batch/files.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/batch/files.go b/cmd/batch/files.go index 20cb6e1..044b063 100644 --- a/cmd/batch/files.go +++ b/cmd/batch/files.go @@ -11,7 +11,7 @@ import ( "path/filepath" "time" - "dim13.org/acme" + "github.com/dim13/acme" ) type Cert struct { |