aboutsummaryrefslogtreecommitdiff
path: root/pkg/form/repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/form/repo.go')
-rw-r--r--pkg/form/repo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/form/repo.go b/pkg/form/repo.go
index 483076ce..32c5effc 100644
--- a/pkg/form/repo.go
+++ b/pkg/form/repo.go
@@ -102,7 +102,7 @@ type RepoSetting struct {
TrackerURLFormat string
TrackerIssueStyle string
EnablePulls bool
- PullUseRebase bool
+ PullsAllowRebase bool
}
func (f *RepoSetting) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors {