diff options
| author | Jeff Carr <[email protected]> | 2025-08-21 22:35:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-21 22:38:37 -0500 |
| commit | 6a1541c132277af7c905a83ccd9d825fc88c1587 (patch) | |
| tree | f68e321e76f1205b6730c94b19e9deb9a3f85e45 /patchset.Make.go | |
| parent | 6db458b2dfbc45b63db0d5a6b37515df33599e3a (diff) | |
switch to namespace fix send patches
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 a33c930..a5e8db7 100644 --- a/patchset.Make.go +++ b/patchset.Make.go @@ -187,7 +187,7 @@ func (p *Patchset) addPatchFiles(repo *gitpb.Repo) error { patch.parseData() patch.StartHash = repo.DevelHash() patch.NewHash = "na" - patch.RepoNamespace = repo.GetGoPath() + patch.Namespace = repo.GetGoPath() if p.Patches == nil { p.Patches = new(Patches) } |
