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 {