From 8a73a30232e8afb439bd3c76647d2cd12c73c176 Mon Sep 17 00:00:00 2001 From: xxf098 Date: Thu, 19 Jan 2023 08:11:44 -0500 Subject: [PATCH] conflict --- plan/task/keep.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plan/task/keep.go b/plan/task/keep.go index 34ac024..1275807 100644 --- a/plan/task/keep.go +++ b/plan/task/keep.go @@ -24,6 +24,7 @@ type keepTask struct { // keep files: /abc/def/*.txt // keep folder: /abc/def/hij/ +// FIXME: conflict func (t *keepTask) Run(ctx context.Context, v *cue.Value) (*cue.Value, error) { paths := []string{} pValue := v.LookupPath(cue.ParsePath("path"))