Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit dfd69e3

Browse files
committed
fix: rename patterns to paths
1 parent 70182c9 commit dfd69e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/test/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type LocalConfigManager interface {
1818
type Evaluator interface {
1919
PrintResults(results *bl.EvaluationResults, cliId string, output string) error
2020
PrintFileParsingErrors(errors []propertiesExtractor.FileError)
21-
Evaluate(patterns []string, cliId string, evaluationConc int, cliVersion string) (*bl.EvaluationResults, []propertiesExtractor.FileError, error)
21+
Evaluate(paths []string, cliId string, evaluationConc int, cliVersion string) (*bl.EvaluationResults, []propertiesExtractor.FileError, error)
2222
}
2323

2424
type TestCommandContext struct {

0 commit comments

Comments
 (0)