Skip to content

Commit

Permalink
remove spurious v from /metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-nyt committed May 28, 2018
1 parent 5b7e31b commit dc9c504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func main() {
<html>
<head><title>Redis Exporter v` + VERSION + `</title></head>
<body>
<h1>Redis Exporter v` + VERSION + `</h1>
<h1>Redis Exporter ` + VERSION + `</h1>
<p><a href='` + *metricPath + `'>Metrics</a></p>
</body>
</html>
Expand Down

0 comments on commit dc9c504

Please sign in to comment.