From 4061baea2378df2a483cd4ae95825d45df4d539d Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 1 Mar 2021 09:17:09 +0100 Subject: [PATCH] Update plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/azure.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: Johan Haals --- .../src/scaffolder/actions/builtin/publish/azure.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/azure.ts b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/azure.ts index e459555adb..58ba6d3131 100644 --- a/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/azure.ts +++ b/plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/azure.ts @@ -94,7 +94,7 @@ export function createPublishAzureAction(options: { if (!returnedRepo) { throw new InputError( `Unable to create the repository with Organization ${organization}, Project ${owner} and Repo ${repo}. - Please make sure you that both the Org and Project are typed corrected and exist.`, + Please make sure that both the Org and Project are typed corrected and exist.`, ); } const remoteUrl = returnedRepo.remoteUrl;