Remove extra ;
This commit is contained in:
parent
396f0a5082
commit
7614c1dbfe
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in
|
||||||
DEFAULT_BRANCH = "master";
|
DEFAULT_BRANCH = "master";
|
||||||
DISABLE_STARS = true;
|
DISABLE_STARS = true;
|
||||||
ENABLE_PUSH_CREATE_USER = true;
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
DEFAULT_REPO_UNITS = '';
|
DEFAULT_REPO_UNITS = ''
|
||||||
repo.code,repo.releases,repo.issues,repo.pulls
|
repo.code,repo.releases,repo.issues,repo.pulls
|
||||||
'';
|
'';
|
||||||
PREFERRED_LICENSES="GPL-3.0-or-later,AGPL-3.0-or-later";
|
PREFERRED_LICENSES="GPL-3.0-or-later,AGPL-3.0-or-later";
|
||||||
|
|
Loading…
Reference in a new issue