From aff603e4bdfbfc5f6aba60d28d02ab59ba2eb431 Mon Sep 17 00:00:00 2001 From: spencerrichardhenry <46569542+spencerrichardhenry@users.noreply.github.com> Date: Tue, 18 Oct 2022 09:22:43 -0600 Subject: [PATCH] Update plugins/scaffolder-backend/src/scaffolder/tasks/NunjucksWorkflowRunner.ts Co-authored-by: Patrik Oldsberg Signed-off-by: spencerrichardhenry <46569542+spencerrichardhenry@users.noreply.github.com> --- .../src/scaffolder/tasks/NunjucksWorkflowRunner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/src/scaffolder/tasks/NunjucksWorkflowRunner.ts b/plugins/scaffolder-backend/src/scaffolder/tasks/NunjucksWorkflowRunner.ts index fa0e9d8402..4f3ca032bc 100644 --- a/plugins/scaffolder-backend/src/scaffolder/tasks/NunjucksWorkflowRunner.ts +++ b/plugins/scaffolder-backend/src/scaffolder/tasks/NunjucksWorkflowRunner.ts @@ -452,7 +452,7 @@ function scaffoldingTracker() { async function skipFalsy() { await task.emitLog( - `Skipping step ${step.id} because it's if condition was false`, + `Skipping step ${step.id} because its if condition was false`, { stepId: step.id, status: 'skipped' }, ); stepTimer({ result: 'skipped' });