Skip to content

Commit 19e7e31

Browse files
authored
Update index.ts
Forgot an instance
1 parent dbf5427 commit 19e7e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function run() {
2323
});
2424

2525
await core.group("Run command", async () => {
26-
await matlab.runCommand(helperScript, platform, architecture, exec.exec, startupopts);
26+
await matlab.runCommand(helperScript, platform, architecture, exec.exec, startupOpts);
2727
});
2828
}
2929

0 commit comments

Comments
 (0)