mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-10 14:58:02 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a40bacaf34 | ||
|
|
969b85380c | ||
|
|
e8fe4434db |
@@ -1 +1 @@
|
||||
"1.4.234"
|
||||
"1.4.235"
|
||||
|
||||
@@ -59,6 +59,8 @@ func (o *CustomPatterns) configure() error {
|
||||
|
||||
// IsConfigured returns true if a custom patterns directory has been set
|
||||
func (o *CustomPatterns) IsConfigured() bool {
|
||||
// First configure to load values from environment variables
|
||||
o.Configure()
|
||||
// Check if the plugin has been configured with a directory
|
||||
return o.CustomPatternsDir.Value != ""
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var version = "v1.4.234"
|
||||
var version = "v1.4.235"
|
||||
|
||||
Reference in New Issue
Block a user