Skip to content

Commit

Permalink
Fixing issues with go lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
archita-ekkirala committed Aug 1, 2024
1 parent b9aa025 commit 64e3c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpointmanager/cmd/endpointpopulator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 64e3c6c

Please sign in to comment.