mirror of
https://github.com/openziti/zrok.git
synced 2025-06-26 12:42:18 +02:00
lint (#983)
This commit is contained in:
parent
212ed9cfbf
commit
ac658fb696
@ -282,7 +282,7 @@ func assertErpForIdentity(name, zId string, edge *rest_management_api_client.Zit
|
||||
return errors.Wrapf(err, "error listing edge router policies for '%v' (%v)", name, zId)
|
||||
}
|
||||
if len(listResp.Payload.Data) != 1 {
|
||||
logrus.Infof("creating erp for '%v' (%v)", name, zId)
|
||||
logrus.Infof("creating edge router policy for '%v' (%v)", name, zId)
|
||||
if err := zrokEdgeSdk.CreateEdgeRouterPolicy(name, zId, edge); err != nil {
|
||||
return errors.Wrapf(err, "error creating erp for '%v' (%v)", name, zId)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user