From ad893eaec920ac01dfc57a815be7180668942a2c Mon Sep 17 00:00:00 2001 From: Farhan Khan Date: Wed, 18 Nov 2020 10:31:09 -0500 Subject: [PATCH] client instance add response message --- client/searchctl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/searchctl.go b/client/searchctl.go index b17841e..5b2679c 100644 --- a/client/searchctl.go +++ b/client/searchctl.go @@ -118,7 +118,7 @@ func main() { switch commandMap.Type { case "add": - fmt.Println("Add instance") + fmt.Println(responseback.Message) case "status": fmt.Println("Status\t\tLastRun\t\t\tEndpoint") for endpoint, runninginstance := range responseback.RunningInstances {