mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-11 15:44:52 +08:00
bug squashin
This commit is contained in:
parent
72db9424a5
commit
d472577701
1 changed files with 2 additions and 2 deletions
|
@ -228,9 +228,9 @@ func Pull(network string, manual bool) (*models.Node, error) {
|
||||||
return &resNode, err
|
return &resNode, err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setDNS(&node, servercfg, &cfg.Node)
|
setDNS(&resNode, servercfg, &cfg.Node)
|
||||||
|
|
||||||
return &node, err
|
return &resNode, err
|
||||||
}
|
}
|
||||||
|
|
||||||
func Push(network string) error {
|
func Push(network string) error {
|
||||||
|
|
Loading…
Add table
Reference in a new issue