diff options
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) } |
