Skip to content

Commit a2efcb6

Browse files
patcitolunnytechknowlogick
authored
missing quotes in default value slice (#13550)
Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent e16b0e5 commit a2efcb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)