Fix output for rove move command
This commit is contained in:
parent
2b87c2b4c0
commit
b344c4549c
1 changed files with 1 additions and 2 deletions
|
@ -159,8 +159,7 @@ func InnerMain(command string) error {
|
|||
return fmt.Errorf("Server returned failure: %s", response.Error)
|
||||
|
||||
} else {
|
||||
// TODO: Pretify the response
|
||||
fmt.Printf("%+v\n", response)
|
||||
fmt.Printf("Request succeeded\n")
|
||||
}
|
||||
|
||||
case "radar":
|
||||
|
|
Loading…
Add table
Reference in a new issue