Skip to content

Commit 100cd0e

Browse files
committed
Slightly modify CLI to allow passing multiple glob patterns
1 parent 0b2e43a commit 100cd0e

File tree

1 file changed

+1
-1
lines changed
  • packages/rtk-codemods/bin

1 file changed

+1
-1
lines changed

packages/rtk-codemods/bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ execaSync(
3030
extensions,
3131
...(process.argv.slice(3).length === 1
3232
? globbySync(process.argv[3])
33-
: process.argv.slice(3))
33+
: globbySync(process.argv.slice(3)))
3434
],
3535
{
3636
stdio: 'inherit',

0 commit comments

Comments
 (0)