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
commit 00429fdb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
}
}