From 5315912a850da4ba86525b593288867711227d89 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 8 Dec 2015 01:15:46 +0100 Subject: Expand hooks --- cmd/acme/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/acme/config.go') 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 { -- cgit v1.2.3