Fix rename cli error
This commit is contained in:
parent
8504d0d8ba
commit
f4873d9387
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ var renameNodeCmd = &cobra.Command{
|
|||
ErrorOutput(
|
||||
err,
|
||||
fmt.Sprintf(
|
||||
"Cannot expire machine: %s\n",
|
||||
"Cannot rename machine: %s\n",
|
||||
status.Convert(err).Message(),
|
||||
),
|
||||
output,
|
||||
|
|
Loading…
Reference in a new issue