diff options
Diffstat (limited to 'doPull.go')
| -rw-r--r-- | doPull.go | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -55,7 +55,12 @@ func doGitPullNew() error { } if argv.GitPull.Patches != nil { - found := findReposWithPatches() + check := findReposWithPatches() + me.forge.PrintHumanTableFull(check) + found, err := me.forge.LookupPB(check) + if err != nil { + return err + } me.forge.PrintHumanTableFull(found) return nil } |
