From 599aeb70d51042ab62a9e6cf51580eccd1b82ff5 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 23 Feb 2021 09:06:19 +0100 Subject: [PATCH] chore: updating logging --- .../src/scaffolder/stages/publish/bitbucket.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend/src/scaffolder/stages/publish/bitbucket.ts b/plugins/scaffolder-backend/src/scaffolder/stages/publish/bitbucket.ts index eb89a4defc..102a3a7d02 100644 --- a/plugins/scaffolder-backend/src/scaffolder/stages/publish/bitbucket.ts +++ b/plugins/scaffolder-backend/src/scaffolder/stages/publish/bitbucket.ts @@ -150,7 +150,7 @@ export class BitbucketPublisher implements PublisherBase { } throw new Error( - `Authorization has not been provided for Bitbucket. Please add username + appPassword or token to the integration config `, + `Authorization has not been provided for Bitbucket. Please add either username + appPassword or token to the Integrations config`, ); }