diff options
| author | Jeff Carr <[email protected]> | 2025-07-02 12:51:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-02 12:51:00 -0500 |
| commit | 041be81af1df2353227b24463cca99a3ef1c016a (patch) | |
| tree | f0ff4e0788b2cc8eff1bfc42b7513e83566060ee /doPull.go | |
| parent | 4fc9d038ca3e3caebd711d95fdcd6012d3552ba2 (diff) | |
start a "httpPB" schemev0.22.122
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 } |
