Skip to content

Commit

Permalink
add missing trailing period
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Dickson committed Mar 8, 2019
1 parent 659366a commit a72cca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/discovery/dns/resolver.go
Expand Up @@ -82,7 +82,7 @@ func (s *dnsSD) Resolve(ctx context.Context, name string, qtype QType) ([]string
if resPort == "" {
resPort = strconv.Itoa(int(rec.Port))
}
// Do A lookup for the domain in SRV answer
// Do A lookup for the domain in SRV answer.
resIPs, err := s.resolver.LookupIPAddr(ctx, rec.Target)
if err != nil {
return nil, errors.Wrapf(err, "look IP addresses %q", rec.Target)
Expand Down

0 comments on commit a72cca1

Please sign in to comment.