Skip to content

Commit dbf5427

Browse files
authored
Update index.ts
Update variable name case
1 parent eaf4ab0 commit dbf5427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function run() {
1414
const architecture = process.arch;
1515
const workspaceDir = process.cwd();
1616
const command = core.getInput("command");
17-
const startupopts = core.getInput("startup-options").split(" ");
17+
const startupOpts = core.getInput("startup-options").split(" ");
1818

1919
const helperScript = await core.group("Generate script", async () => {
2020
const helperScript = await matlab.generateScript(workspaceDir, command);

0 commit comments

Comments
 (0)