mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-16 22:01:19 +08:00
removing typo
This commit is contained in:
@@ -215,7 +215,7 @@ func GetServerPeers(serverNode *models.Node) ([]wgtypes.PeerConfig, bool, []stri
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
logger.Log(1, "could not fetch current ACL list, proceeding with all peers")
|
logger.Log(1, "could not fetch current ACL list, proceeding with all peers")
|
||||||
}
|
}
|
||||||
git
|
|
||||||
for _, node := range nodes {
|
for _, node := range nodes {
|
||||||
pubkey, err := wgtypes.ParseKey(node.PublicKey)
|
pubkey, err := wgtypes.ParseKey(node.PublicKey)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user