Skip to content

Commit b8f1d46

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

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
@@ -191,7 +191,7 @@ public Task StoreCredentialAsync(InputArguments input)
191191
// which means if we store only with the username the credentials are never found again ...
192192
// This does have the potential to overwrite itself for different BbS accounts,
193193
// but typically BbS doesn't encourage multiple user accounts
194-
string bbsCredentialKey = GetBbSCredentialKey(input);
194+
string bbsCredentialKey = GetBitbuckerServerCredentialKey(input);
195195
_context.Trace.WriteLine($"Storing Bitbucket Server credential with key '{bbsCredentialKey}'...");
196196
_context.CredentialStore.AddOrUpdate(bbsCredentialKey, credential);
197197
_context.Trace.WriteLine("Bitbucket Server Credential was successfully stored.");

0 commit comments

Comments
 (0)