Skip to content

Commit

Permalink
Merge pull request #15 from jhongturney/jhongturney/further-testing
Browse files Browse the repository at this point in the history
Remove options from glob
  • Loading branch information
jhongturney authored Apr 23, 2024
2 parents b8aaa67 + 368d091 commit 333a83e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38995,10 +38995,8 @@ const actionOpts = {
}

const globOpts = {
root: true,
mark: true,
matchBase: true,
nomount: true,
follow: actionOpts['follow-symbolic-links']
}

Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ const actionOpts = {
}

const globOpts = {
root: true,
mark: true,
matchBase: true,
nomount: true,
follow: actionOpts['follow-symbolic-links']
}

Expand Down

0 comments on commit 333a83e

Please sign in to comment.