Skip to content

Commit d8cd624

Browse files
mminnsMatthew John Cheetham
andauthored
Make the HTTP/S error message more specific.
Co-authored-by: Matthew John Cheetham <[email protected]>
1 parent 080712b commit d8cd624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/Atlassian.Bitbucket/BitbucketHostProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public async Task<ICredential> GetCredentialAsync(InputArguments input)
5858
if (StringComparer.OrdinalIgnoreCase.Equals(input.Protocol, "http")
5959
&& !IsBitbucketServer(targetUri))
6060
{
61-
throw new Exception("Unencrypted HTTP is not supported for Bitbucket. Ensure the repository remote URL is using HTTPS.");
61+
throw new Exception("Unencrypted HTTP is not supported for Bitbucket.org. Ensure the repository remote URL is using HTTPS.");
6262
}
6363

6464
// Try and get the username specified in the remote URL if any

0 commit comments

Comments
 (0)