We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b2d0f1 + 021584d commit 87ef43fCopy full SHA for 87ef43f
runners/katacoda/index.ts
@@ -423,7 +423,7 @@ export class Katacoda extends Runner {
423
"path" : filepath,
424
"terminalId" : terminal ? terminal.terminalId : 1,
425
"interrupt" : terminal ? terminal.isRunning : false,
426
- "args": (runCommand.command.parameters.length > 2 && runCommand.command.parameters[2].args) ? runCommand.command.parameters[1].args.join(" ") : undefined
+ "args": (runCommand.command.parameters.length > 2 && runCommand.command.parameters[2].args) ? runCommand.command.parameters[2].args.join(" ") : undefined
427
}
428
429
this.pushStep(runCommand, "Executing the command "+ runCommand.command.parameters[1] , "step"+ runCommand.stepIndex + ".md");
0 commit comments