Allow spaces in project name
This commit is contained in:
parent
3de4271846
commit
1f3bdd453e
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ module Gitlab
|
|||
end
|
||||
|
||||
def project_name_regex
|
||||
default_regex
|
||||
/\A[a-zA-Z][a-zA-Z0-9_\-\. ]*\z/
|
||||
end
|
||||
|
||||
def path_regex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue