From 41ed3de3b16ffba17760324ca3d9fb2eb1612741 Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Tue, 26 Jul 2016 10:20:56 -0700 Subject: [PATCH] Report the simple version string --- command/server/listener_atlas.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/server/listener_atlas.go b/command/server/listener_atlas.go index 5d36c6c6c..ee62be696 100644 --- a/command/server/listener_atlas.go +++ b/command/server/listener_atlas.go @@ -29,7 +29,7 @@ func (s *SCADAListener) Addr() net.Addr { func atlasListenerFactory(config map[string]string, logger io.Writer) (net.Listener, map[string]string, ReloadFunc, error) { scadaConfig := &scada.Config{ Service: "vault", - Version: version.GetVersion().String(), + Version: version.GetVersion().Version, ResourceType: "vault-cluster", Meta: map[string]string{ "node_id": config["node_id"],