summaryrefslogtreecommitdiff
path: root/patchset.Make.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-21 22:35:17 -0500
committerJeff Carr <[email protected]>2025-08-21 22:38:37 -0500
commit6a1541c132277af7c905a83ccd9d825fc88c1587 (patch)
treef68e321e76f1205b6730c94b19e9deb9a3f85e45 /patchset.Make.go
parent6db458b2dfbc45b63db0d5a6b37515df33599e3a (diff)
switch to namespace fix send patches
Diffstat (limited to 'patchset.Make.go')
-rw-r--r--patchset.Make.go2
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)
}