1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02:00

fix: fuzzy model was not instanciated (#2200)

* fix: fuzzy model was not instanciated

* add test

* add test
This commit is contained in:
Valentin Maerten
2025-04-28 01:00:54 +02:00
committed by GitHub
parent 1c35358fcc
commit a33544101a
6 changed files with 30 additions and 1 deletions

View File

@@ -95,7 +95,7 @@ func (e *Executor) readTaskfile(node taskfile.Node) error {
}
func (e *Executor) setupFuzzyModel() {
if e.Taskfile != nil {
if e.Taskfile == nil {
return
}