mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
Fix typo
This commit is contained in:
parent
b15efb5201
commit
b11acad1c9
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ var unshareMachineCmd = &cobra.Command{
|
|||
return
|
||||
}
|
||||
|
||||
SuccessOutput(response.Machine, "Node shared", output)
|
||||
SuccessOutput(response.Machine, "Node unshared", output)
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue