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