mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
minio/probe: Add missing Commit-ID for probe appinfo
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user