From e98217e19a803255a598ceaa6787017eb23053d7 Mon Sep 17 00:00:00 2001 From: Marco Capuccini Date: Tue, 14 Mar 2017 11:50:25 +0100 Subject: [PATCH] Remove http setting Signed-off-by: Marco Capuccini --- store/consul/consul.go | 1 - 1 file changed, 1 deletion(-) diff --git a/store/consul/consul.go b/store/consul/consul.go index cb64be72..dc26196f 100644 --- a/store/consul/consul.go +++ b/store/consul/consul.go @@ -74,7 +74,6 @@ func New(endpoints []string, options *store.Config) (store.Store, error) { s.config = config config.HttpClient = http.DefaultClient config.Address = endpoints[0] - config.Scheme = "http" // Set options if options != nil {