Browse Source

Fixes a stale comment.

pull/2312/head
James Phillips 8 years ago
parent
commit
0558b9c44b
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
  1. 2
      api/operator.go

2
api/operator.go

@ -58,7 +58,7 @@ func (op *Operator) RaftRemovePeerByAddress(address raft.ServerAddress, q *Write
r.setWriteOptions(q)
// TODO (slackpad) Currently we made address a query parameter. Once
// IDs are in place this will be DELETE /v1/raft-peer/<id>.
// IDs are in place this will be DELETE /v1/operator/raft/peer/<id>.
r.params.Set("address", string(address))
_, resp, err := requireOK(op.c.doRequest(r))

Loading…
Cancel
Save