1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Fix rename cli error

This commit is contained in:
Kristoffer Dalby 2022-05-16 20:29:31 +02:00
parent 8504d0d8ba
commit f4873d9387

View File

@ -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,