prevent early exit

This commit is contained in:
Tim Schubert 2022-06-02 19:27:21 +02:00
parent 5e96daaec2
commit f509136d92
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -198,7 +198,7 @@ func main() {
if err == NothingToDo { if err == NothingToDo {
log.Printf("Nothing to do for %s", padfile) log.Printf("Nothing to do for %s", padfile)
} else { } else {
log.Fatalf("%s", err) log.Printf("%s", err)
} }
} else { } else {
log.Printf("Committed %s", padfile) log.Printf("Committed %s", padfile)