mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08: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 = `
|
var versionInfoTmpl = `
|
||||||
prometheus, version {{.version}} (branch: {{.branch}}, revision: {{.revision}})
|
prometheus, version {{.version}} (branch: {{.branch}}, revision: {{.revision}})
|
||||||
build user: {{.buildUser}}
|
build user: {{.buildUser}}
|
||||||
build date: {{.builDate}}
|
build date: {{.buildDate}}
|
||||||
go version: {{.goVersion}}
|
go version: {{.goVersion}}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue