Skip to content

Commit 9a8e02c

Browse files
techknowlogickpatcitolunny
authored
missing quotes in default value slice (#13550) (#13557)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: Patrick Aljord <patcito@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
1 parent 159a4db commit 9a8e02c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/setting/repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ var (
143143
MaxCreationLimit: -1,
144144
MirrorQueueLength: 1000,
145145
PullRequestQueueLength: 1000,
146-
PreferredLicenses: []string{"Apache License 2.0,MIT License"},
146+
PreferredLicenses: []string{"Apache License 2.0", "MIT License"},
147147
DisableHTTPGit: false,
148148
AccessControlAllowOrigin: "",
149149
UseCompatSSHURI: false,

0 commit comments

Comments
 (0)