From 1ef8397004550c565644c09a113219c162abaa21 Mon Sep 17 00:00:00 2001 From: Craig O'Donnell Date: Tue, 16 Apr 2024 21:34:23 -0400 Subject: [PATCH] another typo in info --- cmd/tfarm/commands/info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tfarm/commands/info.go b/cmd/tfarm/commands/info.go index d7cbd95..e9b945c 100644 --- a/cmd/tfarm/commands/info.go +++ b/cmd/tfarm/commands/info.go @@ -41,7 +41,7 @@ func Info(outputFormat string) error { fmt.Println(" Config:", info.Client.Config) fmt.Println("Server:") fmt.Println(" Version:", info.Server.Version) - fmt.Println(" Endpoint", info.Server.Endpoint) + fmt.Println(" Endpoint:", info.Server.Endpoint) if info.Server.Error != "" { fmt.Println(" Error:", info.Server.Error) }