Skip to content

Commit

Permalink
fix(discover): append xname to group
Browse files Browse the repository at this point in the history
  • Loading branch information
synackd committed Nov 15, 2024
1 parent 57d3be2 commit db92995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/discover.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ nodes:
groupsToAdd[node.Group] = newGroup
} else {
g.Members.IDs = append(g.Members.IDs, node.Xname)
groupsToAdd[node.Group] = g
}
}
}
Expand Down

0 comments on commit db92995

Please sign in to comment.