diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 01:46:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 01:46:47 -0500 |
| commit | 217499af46a060341d7e91ee208182531a796a94 (patch) | |
| tree | 45be1009c07539a76d3b6c8c429b49e165cf790a /doPatch.go | |
| parent | f6e7c333effa3d599a4b6d973dd919023acd9252 (diff) | |
attempt to ressurrect a patches table in the GUI
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ func doPatchGet(newpb *forgepb.Sets) { continue } // gitpb.FindPatchIdFromGitAmBroken(patch.Data) // doesn't os.Exec() - log.Info("current patch", patch.CommitHash, patch.PatchId, patch.Filename) + log.Info("adding new patch", patch.CommitHash, patch.PatchId, patch.Filename) curpatches.AppendByPatchId(patch) } } |
