admin/sync: typo

This commit is contained in:
nemunaire 2023-01-24 14:02:41 +01:00
parent 1720906ec8
commit 0f65babdf4

View File

@ -70,7 +70,7 @@ func (i GitImporter) Init() error {
}
log.Println("Local git repository successfully cloned")
} else if _, err := os.Stat(path.Join(i.li.Base, ".git")); errors.Is(err, os.ErrNotExist) {
log.Fatal(i.li.Base, "is not a valid git repository and it cannot be initialized because it's not empty.")
log.Fatal(i.li.Base, " is not a valid git repository and it cannot be initialized because it's not empty.")
}
// Check if the .git directory exists, change the origin remote to our