We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a092231 commit 0c07cd5Copy full SHA for 0c07cd5
lib/modules/platform/bitbucket/index.ts
@@ -78,7 +78,7 @@ export async function initPlatform({
78
}: PlatformParams): Promise<PlatformResult> {
79
if (!(username && password) && !token) {
80
throw new Error(
81
- 'Init: You must configure either a Bitbucket access token or email and password',
+ 'Init: You must configure either a Bitbucket token or username and password',
82
);
83
}
84
if (endpoint && endpoint !== BITBUCKET_PROD_ENDPOINT) {
0 commit comments