mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-23 09:51:25 +01:00
Fix Reusable typo, add tests for Augustines scenario
This commit is contained in:
@@ -97,7 +97,7 @@ var registerNodeCmd = &cobra.Command{
|
||||
|
||||
response, err := client.RegisterMachine(ctx, request)
|
||||
if err != nil {
|
||||
ErrorOutput(err, fmt.Sprintf("Cannot register machine: %s\n", err), output)
|
||||
ErrorOutput(err, fmt.Sprintf("Cannot register machine: %s\n", status.Convert(err).Message()), output)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user