Add missing semicolon
This commit is contained in:
parent
82bc89a95b
commit
396f0a5082
1 changed files with 2 additions and 2 deletions
|
@ -45,10 +45,10 @@ 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