aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/config.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-08 01:15:46 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-08 01:15:46 +0100
commit5315912a850da4ba86525b593288867711227d89 (patch)
tree4ad70e64ffcf5d965cf6225b89ccbe5819c799d7 /cmd/acme/config.go
parent24eef3a0224718267688574e50e3b4b56573c2ad (diff)
Expand hooks
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 {