diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -178,7 +178,9 @@ func main() { } if argv.Patch.List != nil { - listPatches() + if err := listPatches(); err != nil { + badExit(err) + } okExit("patch list") } } |
