mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
fix(be): return app init
This commit is contained in:
parent
834f75bac0
commit
d100bee70f
@ -237,7 +237,7 @@ func ConfigInit(configPath string, noConfigFile bool) {
|
|||||||
fmt.Println("Loading config")
|
fmt.Println("Loading config")
|
||||||
|
|
||||||
Config = NewConfigType()
|
Config = NewConfigType()
|
||||||
//Config.Apps = map[string]App{}
|
Config.Apps = map[string]App{}
|
||||||
|
|
||||||
if !noConfigFile {
|
if !noConfigFile {
|
||||||
loadConfigFile(configPath)
|
loadConfigFile(configPath)
|
||||||
|
Loading…
Reference in New Issue
Block a user