summaryrefslogtreecommitdiff
path: root/patchset.Make.go
diff options
context:
space:
mode:
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)
}