We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d8542 commit 5b6e63eCopy full SHA for 5b6e63e
netmaster/objApi/extContracts.go
@@ -60,7 +60,7 @@ func setupExternalContracts(endpointGroup *contivModel.EndpointGroup, extContrac
60
contractsGrpObj := contivModel.FindExtContractsGroup(contractsGrpKey)
61
62
if contractsGrpObj == nil {
63
- errStr := fmt.Sprintf("%External contracts group %s not found", contractsGrp)
+ errStr := fmt.Sprintf("External contracts group %s not found", contractsGrp)
64
log.Errorf(errStr)
65
return core.Errorf(errStr)
66
}
0 commit comments