patches are starting to work

This commit is contained in:
Jeff Carr 2025-09-06 16:05:15 -05:00
parent e5a2bec217
commit 893c88bbf5
1 changed files with 5 additions and 4 deletions

View File

@ -32,10 +32,11 @@ func doPatch() error {
}
if argv.Patch.Get != nil {
if err := me.forge.GetPatches(); err != nil {
log.Info("Get Patchsets Failed", err)
return err
}
psets := forgepb.NewPatchsets()
newpb, _ := psets.HttpPostVerbose(myServer(), "get")
newpb.PrintTable()
me.forge.Patchsets = newpb
me.forge.SavePatchsets()
return nil
}