Skip to content

Commit

Permalink
meh nsqadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Mar 2, 2019
1 parent 33e22a0 commit 599e6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsqadmin/nsqadmin.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func New(opts *Options) (*NSQAdmin, error) {
for _, address := range opts.NSQDHTTPAddresses {
_, err := net.ResolveTCPAddr("tcp", address)
if err != nil {
return nil, fmt.Errorf("failed to resolve --nsqd-tcp-address (%s) - %s", address, err)
return nil, fmt.Errorf("failed to resolve --nsqd-http-address (%s) - %s", address, err)
}
}

Expand Down

0 comments on commit 599e6c0

Please sign in to comment.