mirror of
https://github.com/minio/minio.git
synced 2025-01-24 13:13:16 -05:00
Merge pull request #954 from harshavardhana/minio-commit
minio/probe: Add missing Commit-ID for probe appinfo
This commit is contained in:
commit
02d843ef5d
1
main.go
1
main.go
@ -150,6 +150,7 @@ VERSION:
|
|||||||
func main() {
|
func main() {
|
||||||
probe.Init() // Set project's root source path.
|
probe.Init() // Set project's root source path.
|
||||||
probe.SetAppInfo("Release-Tag", minioReleaseTag)
|
probe.SetAppInfo("Release-Tag", minioReleaseTag)
|
||||||
|
probe.SetAppInfo("Commit-ID", minioShortCommitID)
|
||||||
|
|
||||||
app := registerApp()
|
app := registerApp()
|
||||||
app.Before = func(c *cli.Context) error {
|
app.Before = func(c *cli.Context) error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user