mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-27 22:55:52 -05:00
Print the name of the registered machine
This commit is contained in:
parent
f63d22655c
commit
f7ad88aa08
@ -134,7 +134,7 @@ var registerNodeCmd = &cobra.Command{
|
||||
return
|
||||
}
|
||||
|
||||
SuccessOutput(response.Machine, "Machine registered", output)
|
||||
SuccessOutput(response.Machine, fmt.Sprintf("Machine %s registered", response.Machine.GivenName), output)
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user