Skip to content

Commit

Permalink
Include "dotfiles" in cml pr create .
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Oct 23, 2024
1 parent 5e9fcd2 commit b19e6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ class CML {
)
);

const paths = (await globby(globs)).filter((path) =>
const paths = (await globby(globs, { dot: true })).filter((path) =>
files.map((file) => file.path).includes(prefix + path)
);

Expand Down

0 comments on commit b19e6c6

Please sign in to comment.