Update plugins/scaffolder-backend-module-bitbucket-cloud/src/actions/helpers.ts

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-11-18 09:59:55 +01:00
committed by GitHub
parent 70d394f307
commit b4b6e26c38
@@ -38,7 +38,7 @@ export const getBitbucketClient = (config: {
});
}
throw new Error(
`Authorization has not been provided for Bitbucket Cloud. Please add either provide a username and token or username and appPassword to the Integrations config`,
`Authorization has not been provided for Bitbucket Cloud. Please add either provide a username and token or username and appPassword to the Integrations config`,
);
};