mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 20:37:32 +00:00
Fixed comment for linting
This commit is contained in:
@@ -362,7 +362,7 @@ func (h *Headscale) GetMachineByMachineKey(
|
||||
return &m, nil
|
||||
}
|
||||
|
||||
// GetMachineByNodeKey finds a Machine by its current NodeKey
|
||||
// GetMachineByNodeKey finds a Machine by its current NodeKey.
|
||||
func (h *Headscale) GetMachineByNodeKey(
|
||||
nodeKey key.NodePublic,
|
||||
) (*Machine, error) {
|
||||
|
Reference in New Issue
Block a user