diff options
Diffstat (limited to 'cmd/batch/args.go')
-rw-r--r-- | cmd/batch/args.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/batch/args.go b/cmd/batch/args.go index ab7d03f..820baf1 100644 --- a/cmd/batch/args.go +++ b/cmd/batch/args.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "dim13.org/acme" + "github.com/dim13/acme" ) type Domains []string |