Skip to content

Commit

Permalink
Update dependency/health_service.go
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
  • Loading branch information
jmurret and lkysow authored Jun 3, 2024
1 parent 2896a99 commit 3d794d2
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 @@ -125,7 +125,7 @@ func healthServiceQuery(s string, connect bool) (*HealthServiceQuery, error) {
}

if queryParams.Get(QuerySamenessGroup) != "" && queryParams.Get(QueryPeer) != "" {
return nil, fmt.Errorf("health.service: cannot specify both peer and sameness-group")
return nil, fmt.Errorf("health.service: cannot specify both %s and %s", QueryPeer, QuerySamenessGroup)
}

qry := &HealthServiceQuery{
Expand Down

0 comments on commit 3d794d2

Please sign in to comment.