admin: Don't consider non-git directory as Fatal
This commit is contained in:
parent
334512ef0d
commit
9a5347b8ef
2 changed files with 3 additions and 2 deletions
|
|
@ -147,7 +147,7 @@ func main() {
|
|||
}
|
||||
if sync.GlobalImporter != nil {
|
||||
if err := sync.GlobalImporter.Init(); err != nil {
|
||||
log.Fatal("Unable to initialize the importer:", err)
|
||||
log.Fatal("Unable to initialize the importer: ", err.Error())
|
||||
}
|
||||
log.Println("Using", sync.GlobalImporter.Kind())
|
||||
|
||||
|
|
|
|||
Reference in a new issue