mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-09 13:39:39 -05:00
Fix rename cli error
This commit is contained in:
@@ -249,7 +249,7 @@ var renameNodeCmd = &cobra.Command{
|
|||||||
ErrorOutput(
|
ErrorOutput(
|
||||||
err,
|
err,
|
||||||
fmt.Sprintf(
|
fmt.Sprintf(
|
||||||
"Cannot expire machine: %s\n",
|
"Cannot rename machine: %s\n",
|
||||||
status.Convert(err).Message(),
|
status.Convert(err).Message(),
|
||||||
),
|
),
|
||||||
output,
|
output,
|
||||||
|
|||||||
Reference in New Issue
Block a user