mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 14:17:12 +02:00
cmd/promtool: fix missing builddate in version info
This commit is contained in:
parent
a8f117b02d
commit
bcc8101d9e
@ -145,7 +145,7 @@ func checkRules(t cli.Term, filename string) (int, error) {
|
||||
var versionInfoTmpl = `
|
||||
prometheus, version {{.version}} (branch: {{.branch}}, revision: {{.revision}})
|
||||
build user: {{.buildUser}}
|
||||
build date: {{.builDate}}
|
||||
build date: {{.buildDate}}
|
||||
go version: {{.goVersion}}
|
||||
`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user