Skip to content

Commit 1d1007d

Browse files
committed
installation-telemetry: amend customerId field to match Replicated format
1 parent e1cd4b7 commit 1d1007d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/licensor/ee/pkg/licensor/replicated.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func newReplicatedEvaluator(client *http.Client) (res *Evaluator) {
119119
case "seats":
120120
lic.Seats = int(i.Value.(float64))
121121

122-
case "customerID":
122+
case "customerId":
123123
lic.CustomerID = i.Value.(string)
124124
}
125125
}

0 commit comments

Comments
 (0)