Skip to content

Commit

Permalink
all opts are bools now
Browse files Browse the repository at this point in the history
  • Loading branch information
jhongturney committed Apr 23, 2024
1 parent 289fc8a commit b8aaa67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38995,7 +38995,7 @@ const actionOpts = {
}

const globOpts = {
root: process.cwd(),
root: true,
mark: true,
matchBase: true,
nomount: true,
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const actionOpts = {
}

const globOpts = {
root: process.cwd(),
root: true,
mark: true,
matchBase: true,
nomount: true,
Expand Down

0 comments on commit b8aaa67

Please sign in to comment.