From 8d82e2bd9f802beba95c73b861ee75910c544777 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sat, 15 Nov 2025 17:43:17 +0100 Subject: [PATCH] format --- taskfile/reader.go | 1 - 1 file changed, 1 deletion(-) 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()