mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
Added CI
This commit is contained in:
@@ -146,7 +146,7 @@ func NewRevelPaths(mode, importPath, srcPath string, callback RevelCallback) (rp
|
||||
mode = config.DefaultSection
|
||||
}
|
||||
if !rp.Config.HasSection(mode) {
|
||||
utils.Logger.Fatal("app.conf: No mode found:", mode)
|
||||
utils.Logger.Fatal("app.conf: No mode found:","run-more", mode)
|
||||
}
|
||||
rp.Config.SetSection(mode)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user