Skip to content

Commit bcd0513

Browse files
committed
fix typo
1 parent e5e8998 commit bcd0513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async function run() {
3232

3333
// Once new scriptgen version is live, line 34-44 will be updated before release
3434
// const command = scriptgen.generateCommand(options);
35-
const pluginsPath = path.join(__dirname, "plugins").relpaceAll("'","''");
35+
const pluginsPath = path.join(__dirname, "plugins").replaceAll("'","''");
3636
const command = "addpath('"+ pluginsPath +"');" +
3737
"import matlab.unittest.TestRunner;" +
3838
"addpath(genpath('sample'));" +

0 commit comments

Comments
 (0)