From 3126fe1d05a05d1285e4e40079e28ded9dd4c317 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 9 Mar 2021 09:02:26 +0100 Subject: [PATCH] Update plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/plain.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johan Haals Co-authored-by: Fredrik Adelöw --- .../src/scaffolder/actions/builtin/fetch/plain.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/plain.ts b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/plain.ts index cae7364255..00c63535ca 100644 --- a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/plain.ts +++ b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/plain.ts @@ -29,7 +29,7 @@ export function createFetchPlainAction(options: { return createTemplateAction<{ url: string; targetPath?: string }>({ id: 'fetch:plain', description: - "Downloads content and places it in the workspacePath or optionally in a subdirectory specified by the 'targetPath' input option.", + "Downloads content and places it in the workspace, or optionally in a subdirectory specified by the 'targetPath' input option.", schema: { input: { type: 'object',