aboutsummaryrefslogtreecommitdiff
path: root/cmd/batch
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/batch')
-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 ef7ec2f..0be2087 100644
--- a/cmd/batch/main.go
+++ b/cmd/batch/main.go
@@ -82,7 +82,7 @@ func main() {
}
log.Println("Request bundle for", *domains)
- cert, err := prov.Bundle(sig, key, *domains, []string{*email})
+ cert, err := prov.Bundle(sig, key, *domains, *email)
if err != nil {
log.Fatal(err)
}