aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-06-02 18:27:15 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-06-02 18:27:15 +0200
commit708568330639ce5b2756c731cd611023b2e916ea (patch)
treed2f43da4afb9cef0ccc53729573d3a1f658a3aad /cmd
parent76415c40ddb0487983dc655524db214e067e8d79 (diff)
Add GetMail
Diffstat (limited to 'cmd')
-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)
}