mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
Merge pull request #851 from prometheus/fabxc/promtool
cmd/promtool: fix missing builddate in version info
This commit is contained in:
commit
22945455ac
|
@ -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