Update new changes in probe and add setAppInfo

This commit is contained in:
Harshavardhana
2015-10-25 11:11:29 -07:00
parent 9b2cff14bb
commit 3566d08c52
4 changed files with 37 additions and 15 deletions
+2 -2
View File
@@ -148,8 +148,8 @@ VERSION:
}
func main() {
// Set projet's root source path.
probe.SetRoot()
probe.Init() // Set project's root source path.
probe.SetAppInfo("Release-Tag", minioReleaseTag)
app := registerApp()
app.Before = func(c *cli.Context) error {