Skip to content

Commit b06a8be

Browse files
committed
Styling touch ups
1 parent 55d1bf0 commit b06a8be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ async function run() {
1717
const startupOpts = core.getInput("startup-options").split(" ");
1818

1919
const helperScript = await matlab.generateScript(workspaceDir, command);
20-
const execOptions = {
21-
env: {...process.env, MW_BATCH_LICENSING_ONLINE: 'true'} // remove when online batch licensing is the default
20+
const execOpts = {
21+
env: {...process.env, MW_BATCH_LICENSING_ONLINE:'true'} // remove when online batch licensing is the default
2222
};
23-
await matlab.runCommand(helperScript, platform, architecture, (cmd,args)=>exec.exec(cmd,args,execOptions), startupOpts);
23+
await matlab.runCommand(helperScript, platform, architecture, (cmd,args)=>exec.exec(cmd,args,execOpts), startupOpts);
2424
}
2525

2626
// Only run this action if it is invoked directly. Do not run if this node

0 commit comments

Comments
 (0)