Add missing key to log-line
This commit is contained in:
parent
8d03329d7c
commit
3cf0d42517
|
|
@ -641,7 +641,7 @@ func main() {
|
||||||
if initialSync {
|
if initialSync {
|
||||||
err := git.InitRepo(ctx)
|
err := git.InitRepo(ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error(err, "can't init root", absRoot)
|
log.Error(err, "can't init root", "path", absRoot)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue