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