diff --git a/cmd/headscale/cli/nodes.go b/cmd/headscale/cli/nodes.go index 4edeb855..7103f9e6 100644 --- a/cmd/headscale/cli/nodes.go +++ b/cmd/headscale/cli/nodes.go @@ -305,7 +305,7 @@ var unshareMachineCmd = &cobra.Command{ return } - SuccessOutput(response.Machine, "Node shared", output) + SuccessOutput(response.Machine, "Node unshared", output) }, }