We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c7ceca + e8fe443 commit 969b853Copy full SHA for 969b853
plugins/tools/custom_patterns/custom_patterns.go
@@ -59,6 +59,8 @@ func (o *CustomPatterns) configure() error {
59
60
// IsConfigured returns true if a custom patterns directory has been set
61
func (o *CustomPatterns) IsConfigured() bool {
62
+ // First configure to load values from environment variables
63
+ o.Configure()
64
// Check if the plugin has been configured with a directory
65
return o.CustomPatternsDir.Value != ""
66
}
0 commit comments