mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-27 01:13:05 +00:00
Print the name of the registered machine
This commit is contained in:
parent
f63d22655c
commit
f7ad88aa08
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue