diff options
Diffstat (limited to 'routers/repo/pull.go')
-rw-r--r-- | routers/repo/pull.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/repo/pull.go b/routers/repo/pull.go index b6959241..ee66da73 100644 --- a/routers/repo/pull.go +++ b/routers/repo/pull.go @@ -45,7 +45,7 @@ func getForkRepository(ctx *middleware.Context) *models.Repository { } ctx.Data["repo_name"] = forkRepo.Name - ctx.Data["desc"] = forkRepo.Description + ctx.Data["description"] = forkRepo.Description ctx.Data["IsPrivate"] = forkRepo.IsPrivate if err = forkRepo.GetOwner(); err != nil { |