Update plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/azure.ts

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-03-01 09:17:09 +01:00
parent 053d6268ec
commit 4061baea23
@@ -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;