prevent early exit
This commit is contained in:
parent
5e96daaec2
commit
f509136d92
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue