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 080712b commit d8cd624Copy full SHA for d8cd624
src/shared/Atlassian.Bitbucket/BitbucketHostProvider.cs
@@ -58,7 +58,7 @@ public async Task<ICredential> GetCredentialAsync(InputArguments input)
58
if (StringComparer.OrdinalIgnoreCase.Equals(input.Protocol, "http")
59
&& !IsBitbucketServer(targetUri))
60
{
61
- throw new Exception("Unencrypted HTTP is not supported for Bitbucket. Ensure the repository remote URL is using HTTPS.");
+ throw new Exception("Unencrypted HTTP is not supported for Bitbucket.org. Ensure the repository remote URL is using HTTPS.");
62
}
63
64
// Try and get the username specified in the remote URL if any
0 commit comments