diff options
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38,7 +38,9 @@ func doPatch() error { } if argv.Patch.List != nil { - return doPatchList() + me.forge.Patchsets.PrintTable() + // return doPatchList() + return nil } // if no option is given to patch, list out the |
