start a "httpPB" scheme
This commit is contained in:
parent
4fc9d038ca
commit
041be81af1
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue