Skip to content

Commit

Permalink
change @samenessGroup to @sameness-group
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Jun 18, 2024
1 parent 897d087 commit efa1f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency/health_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func (d *HealthServiceQuery) String() string {
name = name + "@peer=" + d.peer
}
if d.samenessGroup != "" {
name = name + "@samenessGroup=" + d.samenessGroup
name = name + "@sameness-group=" + d.samenessGroup
}
if d.near != "" {
name = name + "~" + d.near
Expand Down

0 comments on commit efa1f0d

Please sign in to comment.