Merge pull request #604 from thockin/log_exit_one_time
Log when exiting after --one-time
This commit is contained in:
commit
ad81e5fd00
|
|
@ -694,6 +694,7 @@ func main() {
|
|||
}
|
||||
}
|
||||
log.DeleteErrorFile()
|
||||
log.V(2).Info("exiting after one sync", "status", exitCode)
|
||||
os.Exit(exitCode)
|
||||
}
|
||||
if isHash, err := git.RevIsHash(ctx); err != nil {
|
||||
|
|
|
|||
Loading…
Reference in New Issue