Skip to content

Commit 949f185

Browse files
committedDec 14, 2024
Fix dot
1 parent eee93b0 commit 949f185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎bin/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const resolvedFile = path.resolve(process.cwd(), fileToRun);
1717

1818
const globalModulePath = execSync('npm root -g', { encoding: 'utf-8' }).trim();
1919

20-
const dotScriptPath = path.join(globalModulePath, 'dot-script');
20+
const dotScriptPath = path.join(globalModulePath, 'dotsscript');
2121

2222
const nodeProcess = spawn(
2323
'node',

0 commit comments

Comments
 (0)
Please sign in to comment.