mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 07:05:28 +08:00
parent
9e5957e4c9
commit
5ca5710f61
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ func JoinNetwork(cfg *config.ClientConfig, privateKey string) error {
|
|||
return err
|
||||
}
|
||||
if cfg.Server.Server == "" {
|
||||
return errors.New("did not recieve broker address from registration")
|
||||
return errors.New("did not receive broker address from registration")
|
||||
}
|
||||
// update server with latest data
|
||||
if err := PublishNodeUpdate(cfg); err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue