Skip to content

Commit 169e761

Browse files
committed
update: check only md files
1 parent 0c74c8d commit 169e761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/global/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
// export const targetFilePattern = "**/{users,hosts,services}/*/*.md";
3-
export const targetFilePattern = "**/{users,hosts,services}/{*,*/*.md}";
3+
export const targetFilePattern = "**/{users,hosts,services}/{*.md,*/*.md}";

0 commit comments

Comments
 (0)