Fixed a typo

This commit is contained in:
Sonja Happ 2020-10-08 16:47:49 +02:00
parent 95159f54ec
commit b48976095f

View file

@ -159,7 +159,7 @@ func ConnectAMQP(uri string) error {
}
newICReq.InfrastructureComponent.Name = *payload.Properties.Name
newICReq.InfrastructureComponent.Category = *payload.Properties.Category
newICReq.InfrastructureComponent.Category = *payload.Properties.Type
newICReq.InfrastructureComponent.Type = *payload.Properties.Type
// add optional params
if payload.State != nil {