aboutsummaryrefslogtreecommitdiff
path: root/internal/route/repo/pull.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/route/repo/pull.go')
-rw-r--r--internal/route/repo/pull.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/route/repo/pull.go b/internal/route/repo/pull.go
index e1778275..05837ca1 100644
--- a/internal/route/repo/pull.go
+++ b/internal/route/repo/pull.go
@@ -60,6 +60,7 @@ func parseBaseRepository(c *context.Context) *db.Repository {
c.Data["repo_name"] = baseRepo.Name
c.Data["description"] = baseRepo.Description
c.Data["IsPrivate"] = baseRepo.IsPrivate
+ c.Data["IsUnlisted"] = baseRepo.IsUnlisted
if err = baseRepo.GetOwner(); err != nil {
c.Error(err, "get owner")