From 696648c94a58a53f8be78e9b00e49f722d137a4f Mon Sep 17 00:00:00 2001 From: jhongturney Date: Tue, 23 Apr 2024 16:25:49 -0700 Subject: [PATCH] try cwd instead --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index f54139c..de11367 100644 --- a/src/index.js +++ b/src/index.js @@ -13,7 +13,7 @@ const actionOpts = { } const globOpts = { - root: '/', + cwd: '/', mark: true, matchBase: true, follow: actionOpts['follow-symbolic-links']