diff --git a/cmd/stop.go b/cmd/stop.go index 4fe45dd..bcb6624 100644 --- a/cmd/stop.go +++ b/cmd/stop.go @@ -91,6 +91,6 @@ func stopUpdate(cmd *cobra.Command, args []string) { if toJson{ fmt.Println(toJSON(resp.GetResult_())) } else { - fmt.Println(resp.GetDetails()) + fmt.Println(resp.GetResult_()) } }