mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 21:24:16 +08:00
removing typo
This commit is contained in:
parent
5d4cd31366
commit
9ad3e980e5
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ func GetServerPeers(serverNode *models.Node) ([]wgtypes.PeerConfig, bool, []stri
|
|||
if err != nil {
|
||||
logger.Log(1, "could not fetch current ACL list, proceeding with all peers")
|
||||
}
|
||||
git
|
||||
|
||||
for _, node := range nodes {
|
||||
pubkey, err := wgtypes.ParseKey(node.PublicKey)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue