Skip to content

Commit caa5a20

Browse files
authored
Fix typo in JSON tag (#24)
1 parent 08a0d9a commit caa5a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

message/message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ type HostNetworkMetadata struct {
161161
ID string `json:"id"`
162162
Name string `json:"name"`
163163
Curve NetworkCurve `json:"curve"`
164-
CIDR string `json:"string"`
164+
CIDR string `json:"cidr"`
165165
}
166166

167167
// HostHostMetadata is included in EnrollResponseData.

0 commit comments

Comments
 (0)