From f4873d93878b22b251623cf6be59d28624cf2aaf Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 16 May 2022 20:29:31 +0200 Subject: [PATCH] Fix rename cli error --- cmd/headscale/cli/nodes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/headscale/cli/nodes.go b/cmd/headscale/cli/nodes.go index d339a958..5ed57d0e 100644 --- a/cmd/headscale/cli/nodes.go +++ b/cmd/headscale/cli/nodes.go @@ -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,