Merge pull request #4786 from matthew-graves/patch-1

Update ini.go
This commit is contained in:
Ming Deng
2021-10-09 17:53:30 +08:00
committed by GitHub

View File

@@ -520,7 +520,7 @@ func init() {
err := InitGlobalInstance("ini", "conf/app.conf")
if err != nil {
logs.Debug("init global config instance failed. If you donot use this, just ignore it. ", err)
logs.Debug("init global config instance failed. If you do not use this, just ignore it. ", err)
}
}