Skip to content

Commit

Permalink
conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Jan 19, 2023
1 parent 05fe136 commit 8a73a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plan/task/keep.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 8a73a30

Please sign in to comment.