Update plugins/scaffolder-backend/src/scaffolder/tasks/TaskWorker.ts

Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Johan Haals
2021-02-17 09:06:03 +01:00
committed by GitHub
parent d9685d0b1e
commit b6cf3cfc3c
@@ -53,7 +53,7 @@ export class TaskWorker {
);
await fs.ensureDir(workspacePath);
await task.emitLog(
`Starting up work with ${task.spec.steps.length} steps`,
`Starting up task with ${task.spec.steps.length} steps`,
);
const templateCtx: {