Log when exiting after --one-time
This commit is contained in:
parent
bc865d0329
commit
74b6a13d76
|
|
@ -694,6 +694,7 @@ func main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log.DeleteErrorFile()
|
log.DeleteErrorFile()
|
||||||
|
log.V(2).Info("exiting after one sync", "status", exitCode)
|
||||||
os.Exit(exitCode)
|
os.Exit(exitCode)
|
||||||
}
|
}
|
||||||
if isHash, err := git.RevIsHash(ctx); err != nil {
|
if isHash, err := git.RevIsHash(ctx); err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue