Skip to content

Commit

Permalink
Fix ZoneID json tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bvwells authored Sep 20, 2020
1 parent 851ae38 commit 1250f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gokeyless/initialize.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type v4apiError struct {
type initAPIRequest struct {
Rqtype string `json:"request_type,omitempty"`
Hostnames []string `json:"hostnames,omitempty"`
ZoneID string `json:"zone_id,omitemtpy"`
ZoneID string `json:"zone_id,omitempty"`
CSR string `json:"csr,omitempty"`
//Days int `json:"requested_validity,omitempty"`
}
Expand Down

0 comments on commit 1250f59

Please sign in to comment.