Skip to content

Commit

Permalink
Whatever lint
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Jan 28, 2024
1 parent b7ba2b2 commit 431673b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ func parseHosts(h string, resolveDNS bool) []string {
patterns, perr := ellipses.FindEllipsesPatterns(host)
if perr != nil {
fatalIf(probe.NewError(perr), "Unable to parse host parameter")
log.Fatal(perr.Error())
}
for _, lbls := range patterns.Expand() {
dst = append(dst, strings.Join(lbls, ""))
Expand Down

0 comments on commit 431673b

Please sign in to comment.