Add missing key to log-line

This commit is contained in:
Tim Hockin 2022-07-29 14:00:03 -07:00
parent 8d03329d7c
commit 3cf0d42517
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ func main() {
if initialSync {
err := git.InitRepo(ctx)
if err != nil {
log.Error(err, "can't init root", absRoot)
log.Error(err, "can't init root", "path", absRoot)
os.Exit(1)
}
}