Skip to content

Commit ed45f1b

Browse files
authored
Update toMDTree.yaml
1 parent 7df1280 commit ed45f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/toMDTree.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
}
5959
}
6060
61-
if (isUnDef(args.path)) data = $path(data, args.path)
61+
if (isDef(args.path)) data = $path(data, args.path)
6262
6363
var out = "````yaml\n" + printTree(data, args.width).replace(/\033\[[0-9;]*m/g, "") + "\n````\n"
6464

0 commit comments

Comments
 (0)