Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Nov 30, 2022
1 parent e42e71f commit 60495d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plan/task/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func lookupType(v *cue.Value) (string, error) {
for _, path := range paths {
typ := v.LookupPath(path)
if typ.Exists() {
// fmt.Println(v.Cue())
return typ.String()
}
}
Expand Down

0 comments on commit 60495d7

Please sign in to comment.