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 84b17eb commit d454765Copy full SHA for d454765
src/shared/Atlassian.Bitbucket/BitbucketHostProvider.cs
@@ -281,7 +281,7 @@ private string GetBitbucketServerCredentialKey(InputArguments input)
281
{
282
// The credential (user/pass or an OAuth access token) key is the full target URI.
283
// If the full path is included (credential.useHttpPath = true) then respect that.
284
- string url = GetBbsTargetUri(input).AbsoluteUri;
+ string url = GetBitbucketServerTargetUri(input).AbsoluteUri;
285
286
// Trim trailing slash
287
if (url.EndsWith("/"))
0 commit comments