1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-06 10:37:20 +00:00

Merge branch 'master' of github.com:gogits/gogs

Conflicts:
	conf/app.ini
This commit is contained in:
Unknown
2014-03-25 06:54:22 -04:00
52 changed files with 424 additions and 263 deletions

View File

@ -243,7 +243,7 @@ func newNotifyMailService() {
}
func NewConfigContext() {
var err error
//var err error
workDir, err := exeDir()
if err != nil {
fmt.Printf("Fail to get work directory: %s\n", err)