Browse Source

Merge branch 'develop' into feature/tmr-group

Yi 1 year ago
parent
commit
9478dabd63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/setting/setting.go

+ 1 - 1
conf/setting/setting.go

@@ -110,7 +110,7 @@ func Setup() {
 	} else {
 		CurrentPath = workDir
 	}
-
+	CurrentPath = "./"
 	appEnv = strings.ToLower(os.Getenv("APP_ENVIRONMENT"))
 	switch appEnv {
 	case "test":