Skip to content

Commit 8f07fd6

Browse files
committed
chnaged step title
1 parent b3e9b32 commit 8f07fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runners/katacoda/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ export class Katacoda extends Runner {
422422
"args": (runCommand.command.parameters.length > 2 && runCommand.command.parameters[2].args) ? runCommand.command.parameters[1].args.join(" ") : undefined
423423
}
424424

425-
this.pushStep(runCommand, "ExecuteCommand "+ runCommand.command.parameters[1], "step"+ runCommand.stepIndex + ".md");
425+
this.pushStep(runCommand, "Executing the command "+ runCommand.command.parameters[1] , "step"+ runCommand.stepIndex + ".md");
426426

427427
this.renderTemplate("executeCommand.md", this.outputPathTutorial + "step" + (runCommand.stepIndex) + ".md", { text: runCommand.text, textAfter: runCommand.textAfter, bashCommand: bashCommand});
428428
return null;

0 commit comments

Comments
 (0)