From 0558b9c44b35b22c21d37f68c01525b6cc6df990 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 30 Aug 2016 00:10:46 -0700 Subject: [PATCH] Fixes a stale comment. --- api/operator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/operator.go b/api/operator.go index b7389f0f59..8d74da3643 100644 --- a/api/operator.go +++ b/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/. + // IDs are in place this will be DELETE /v1/operator/raft/peer/. r.params.Set("address", string(address)) _, resp, err := requireOK(op.c.doRequest(r))