Skip to content

Commit

Permalink
Keep it consistent across versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leosunmo committed Sep 16, 2020
1 parent 967179b commit 3c82cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es.go
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ func (c *Client) GetNodeJVMStats() ([]NodeStats, error) {
role = "d"
}
if masterRole == "true" {
role = "m" + role
role = "M" + role
}
}

Expand Down

0 comments on commit 3c82cd3

Please sign in to comment.