diff --git a/src/main/scala/gitbucket/core/model/Repository.scala b/src/main/scala/gitbucket/core/model/Repository.scala index 373e7f9a5..121f9be9c 100644 --- a/src/main/scala/gitbucket/core/model/Repository.scala +++ b/src/main/scala/gitbucket/core/model/Repository.scala @@ -67,7 +67,7 @@ trait RepositoryComponent extends TemplateComponent { self: Profile => repository._10, repository._11, repository._12, - RepositoryOptions.tupled.apply(options) + RepositoryOptions.apply.tupled.apply(options) ) }, { (r: Repository) =>