1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00
This commit is contained in:
Kristoffer Dalby 2021-11-07 09:57:39 +00:00
parent b15efb5201
commit b11acad1c9

View File

@ -305,7 +305,7 @@ var unshareMachineCmd = &cobra.Command{
return
}
SuccessOutput(response.Machine, "Node shared", output)
SuccessOutput(response.Machine, "Node unshared", output)
},
}