aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/acme/config.go')
-rw-r--r--cmd/acme/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/acme/config.go b/cmd/acme/config.go
index 5e1d952..c27b367 100644
--- a/cmd/acme/config.go
+++ b/cmd/acme/config.go
@@ -30,7 +30,7 @@ type Desire struct {
Webroot string
Account string
Gracetime string
- Hook string
+ Hook []string
}
type Hook struct {