Bug fix, print results instead of details.
This commit is contained in:
parent
38630d8b94
commit
2bd703b2db
1 changed files with 1 additions and 1 deletions
|
@ -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_())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue