From eccb035110e586845ddd6c4aefca7d5fe29924bb Mon Sep 17 00:00:00 2001 From: janisz Date: Tue, 31 Oct 2017 15:54:00 +0100 Subject: [PATCH] Release 1.4.2 (#280) --- .goxc.json | 2 +- consul/consul_test_server.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.goxc.json b/.goxc.json index 654f078..f8c1d77 100644 --- a/.goxc.json +++ b/.goxc.json @@ -8,7 +8,7 @@ "deb-source" ], "BuildConstraints": "linux,!arm darwin", - "PackageVersion": "1.4.1", + "PackageVersion": "1.4.2", "TaskSettings": { "bintray": { "downloadspage": "bintray.md", diff --git a/consul/consul_test_server.go b/consul/consul_test_server.go index e3086ce..9757b01 100644 --- a/consul/consul_test_server.go +++ b/consul/consul_test_server.go @@ -107,7 +107,7 @@ func FailingClient() *Consul { func consulClientAtAddress(host string, port int, local bool) *Consul { localAgent := "" - if (local) { + if local { localAgent = host } config := Config{