Skip to content

Commit 112c3ab

Browse files
committed
Updates after review
1 parent f6f0cde commit 112c3ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
engine: dasel
22
scopes:
3-
- expr: 'search(has("title")).map(title)'
3+
- expr: '..title'
44
name: title
55
type: md
66

7-
- expr: 'search(has("description")).map(description)'
7+
- expr: '..description'
88
name: description
99
type: md
1010

11-
- expr: 'search(has("summary")).map(summary)'
11+
- expr: '..summary'
1212
name: summary
1313
type: md

0 commit comments

Comments
 (0)