Skip to content

Commit 0c07cd5

Browse files
committed
updated error message
1 parent a092231 commit 0c07cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/platform/bitbucket/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export async function initPlatform({
7878
}: PlatformParams): Promise<PlatformResult> {
7979
if (!(username && password) && !token) {
8080
throw new Error(
81-
'Init: You must configure either a Bitbucket access token or email and password',
81+
'Init: You must configure either a Bitbucket token or username and password',
8282
);
8383
}
8484
if (endpoint && endpoint !== BITBUCKET_PROD_ENDPOINT) {

0 commit comments

Comments
 (0)