diff options
| author | Jeff Carr <[email protected]> | 2025-01-13 04:14:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-13 04:14:30 -0600 |
| commit | 9b9c51d964a77a9260c02bcda46d4f73a8aabc3c (patch) | |
| tree | 5ac65648f78d10c7f4e8713d771ea9028070f8a9 /patchset.Make.go | |
| parent | 23887a155ef6e4b512085b5a109118d8c678bb7d (diff) | |
maybe marshal() failed do to mutex entries? notsure
Diffstat (limited to 'patchset.Make.go')
| -rw-r--r-- | patchset.Make.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchset.Make.go b/patchset.Make.go index fd68efb..ac1c60b 100644 --- a/patchset.Make.go +++ b/patchset.Make.go @@ -139,7 +139,7 @@ func (p *Patchset) addPatchFiles(repo *gitpb.Repo) error { patch.Data = data patch.parseData() patch.StartHash = repo.DevelHash() - p.Patches = append(p.Patches, patch) + p.Patches.Append(patch) log.Info("ADDED PATCH FILE", path) return nil }) |
