mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-16 12:20:44 +09:00
committed by
Juan Font
parent
fb3e2dcf10
commit
90287a6735
@@ -116,7 +116,7 @@ var registerNodeCmd = &cobra.Command{
|
||||
}
|
||||
|
||||
request := &v1.RegisterMachineRequest{
|
||||
Key: machineKey,
|
||||
Key: machineKey,
|
||||
User: user,
|
||||
}
|
||||
|
||||
@@ -439,7 +439,7 @@ var moveNodeCmd = &cobra.Command{
|
||||
|
||||
moveRequest := &v1.MoveMachineRequest{
|
||||
MachineId: identifier,
|
||||
User: user,
|
||||
User: user,
|
||||
}
|
||||
|
||||
moveResponse, err := client.MoveMachine(ctx, moveRequest)
|
||||
|
||||
Reference in New Issue
Block a user