From 4cd42a2e1f4129b639ed09fb2519e389b8800378 Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Wed, 1 Jun 2022 20:25:03 -0700 Subject: [PATCH] Fixup agent startup Signed-off-by: Mark Anderson --- command/agent/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/agent.go b/command/agent/agent.go index a929575b52..a69e630711 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.go @@ -205,7 +205,7 @@ func (c *cmd) run(args []string) int { if strings.Contains(c.versionHuman, "dev") { ui.Info(fmt.Sprintf(" Revision: '%s'", c.revision)) } - ui.Info(fmt.Sprintf(" Build Date: %s", c.buildDate)) + ui.Info(fmt.Sprintf(" Build Date: '%s'", c.buildDate)) ui.Info(fmt.Sprintf(" Node ID: '%s'", config.NodeID)) ui.Info(fmt.Sprintf(" Node name: '%s'", config.NodeName)) if ap := config.PartitionOrEmpty(); ap != "" {