summaryrefslogtreecommitdiff
path: root/doPull.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-02 12:51:00 -0500
committerJeff Carr <[email protected]>2025-07-02 12:51:00 -0500
commit041be81af1df2353227b24463cca99a3ef1c016a (patch)
treef0ff4e0788b2cc8eff1bfc42b7513e83566060ee /doPull.go
parent4fc9d038ca3e3caebd711d95fdcd6012d3552ba2 (diff)
start a "httpPB" schemev0.22.122
Diffstat (limited to 'doPull.go')
-rw-r--r--doPull.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/doPull.go b/doPull.go
index c700fd2..d177784 100644
--- a/doPull.go
+++ b/doPull.go
@@ -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
}