mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
hack(go-etcd): stop appending schema to everything
trying to get the new tests to pass.
This commit is contained in:
parent
a19048841f
commit
0bb9fe9f50
@ -139,7 +139,6 @@ func (c *Client) internalSyncCluster(machines []string) bool {
|
||||
// serverName should contain both hostName and port
|
||||
func (c *Client) createHttpPath(serverName string, _path string) string {
|
||||
httpPath := path.Join(serverName, _path)
|
||||
httpPath = c.config.Scheme + "://" + httpPath
|
||||
return httpPath
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user