diff --git a/taskfile/reader.go b/taskfile/reader.go index 8aaaec55..014ab975 100644 --- a/taskfile/reader.go +++ b/taskfile/reader.go @@ -187,7 +187,6 @@ func (o *promptFuncOption) ApplyToReader(r *Reader) { // building an [ast.TaskfileGraph] as it goes. If any errors occur, they will be // returned immediately. func (r *Reader) Read(ctx context.Context, node Node) (*ast.TaskfileGraph, error) { - // Clean up git cache after reading all taskfiles defer func() { _ = CleanGitCache()