Skip to content

Commit 4513acb

Browse files
committed
Fix PR suggestion typo
1 parent b8f1d46 commit 4513acb

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 = GetBitbuckerServerCredentialKey(input);
194+
string bbsCredentialKey = GetBitbucketServerCredentialKey(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)