From 560fd1251a04329c0979ae63e9ea93b514b2e26a Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Tue, 16 Aug 2022 13:51:46 +0200 Subject: [PATCH] Update plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/template.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Ben Lambert --- .../src/scaffolder/actions/builtin/fetch/template.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/template.ts b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/template.ts index bbba4f2fb3..18737a83f5 100644 --- a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/template.ts +++ b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/template.ts @@ -302,7 +302,7 @@ export function createFetchTemplateAction(options: { function containsSkippedContent(localOutputPath: string): boolean { // if the path is empty means that there is a file skipped in the root - // if the path is starts with a separator it means that the root directory has been skipped + // if the path starts with a separator it means that the root directory has been skipped // if the path includes // means that there is a subdirectory skipped // All paths returned are considered with / seperator because of globby returning the linux seperator for all os'. return (