Skip to content

Commit d454765

Browse files
mminnsMatthew John Cheetham
andauthored
Provide a name with more context.
Co-authored-by: Matthew John Cheetham <[email protected]>
1 parent 84b17eb commit d454765

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
@@ -281,7 +281,7 @@ private string GetBitbucketServerCredentialKey(InputArguments input)
281281
{
282282
// The credential (user/pass or an OAuth access token) key is the full target URI.
283283
// If the full path is included (credential.useHttpPath = true) then respect that.
284-
string url = GetBbsTargetUri(input).AbsoluteUri;
284+
string url = GetBitbucketServerTargetUri(input).AbsoluteUri;
285285

286286
// Trim trailing slash
287287
if (url.EndsWith("/"))

0 commit comments

Comments
 (0)