admin: Don't consider non-git directory as Fatal

This commit is contained in:
nemunaire 2023-11-26 12:55:38 +01:00
commit 9a5347b8ef
2 changed files with 3 additions and 2 deletions

View file

@ -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())