diff --git a/endpointmanager/cmd/endpointpopulator/main.go b/endpointmanager/cmd/endpointpopulator/main.go index d9849548b..28e6a4e05 100644 --- a/endpointmanager/cmd/endpointpopulator/main.go +++ b/endpointmanager/cmd/endpointpopulator/main.go @@ -75,7 +75,7 @@ func main() { } listOfEndpoints, err := fetcher.GetEndpointsFromFilepath(endpointsFile, format, source, listURL) - if err!=nil && strings.Contains(err.Error(), "incorrect reference value") { + if err != nil && strings.Contains(err.Error(), "incorrect reference value") { log.Error("Endpoint List Parsing Error: ", err) }