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)
|
return fmt.Errorf("Server returned failure: %s", response.Error)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// TODO: Pretify the response
|
fmt.Printf("Request succeeded\n")
|
||||||
fmt.Printf("%+v\n", response)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
case "radar":
|
case "radar":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue