Fix folder watcher patterns default (#26001)

This commit is contained in:
Patrick Decat 2023-01-30 10:58:09 +01:00 committed by GitHub
parent cbdcf35c38
commit 9cb47c9fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ folder:
patterns: patterns:
description: Pattern matching to apply description: Pattern matching to apply
required: false required: false
default: "*" default: "`*`"
type: string type: string
{% endconfiguration %} {% endconfiguration %}