Merge branch 'dev_trustie' of http://gitea.trustie.net/jasder/forgeplus into dev_trustie

This commit is contained in:
Jasder 2020-05-29 19:07:41 +08:00
commit e7c4668f63
1 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,6 @@ class Projects::CreateService < ApplicationService
end
def repo_is_public
!get_is_public
params[:private].blank? ? true : !get_is_public
end
end