Skip to content

Commit

Permalink
updated as per review coments
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 16, 2024
1 parent f99223a commit 86a78ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function run() {
const startupOptions = core.getInput("startup-options").split(" ");

const helperScript = await matlab.generateScript(workspaceDir, command);
await matlab.runCommand(helperScript, platform, architecture, exec.exec(opt), startupOptions);
await matlab.runCommand(helperScript, platform, architecture, exec.exec, startupOptions);
}

run().catch((e) => {
Expand Down

0 comments on commit 86a78ac

Please sign in to comment.