We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e02f34 commit 28f3094Copy full SHA for 28f3094
1 file changed
jenkins/webhook-proxy/main.go
@@ -204,7 +204,7 @@ func main() {
204
205
var allowedChangeRefTypes []string
206
envAllowedChangeRefTypes := strings.ToLower(os.Getenv(allowedChangeRefTypesEnvVar))
207
- if len(allowedChangeRefTypes) == 0 {
+ if len(envAllowedChangeRefTypes) == 0 {
208
allowedChangeRefTypes = strings.Split(allowedChangeRefTypesDefault, ",")
209
log.Println(
210
"INFO:",
0 commit comments