diff options
Diffstat (limited to 'pkg/policy')
-rw-r--r-- | pkg/policy/wildcard.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/policy/wildcard.go b/pkg/policy/wildcard.go index 58b0d17..abea841 100644 --- a/pkg/policy/wildcard.go +++ b/pkg/policy/wildcard.go @@ -39,7 +39,7 @@ func (w *Wildcards) match(sans []string, notAfter time.Time) bool { type Wildcard struct { BootstrapAt time.Time `json:"bootstrap_at"` Wildcard string `json:"wildcard"` - Excludes []string `json:"excludes",omitempty"` + Excludes []string `json:"excludes,omitempty"` } func (w *Wildcard) UnmarshalJSON(data []byte) error { |