Skip to content

Commit 542078a

Browse files
committed
Fix conflicts
1 parent 5c2e8ed commit 542078a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/avatars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ async function getAvatarUriFromRemoteProvider(
183183

184184
try {
185185
if (typeof repoPathOrCommit !== 'string') {
186-
const remotes = await Container.git.getRemotes(repoPathOrCommit.repoPath);
186+
const remotes = await Container.instance.git.getRemotes(repoPathOrCommit.repoPath);
187187
const [name, domain] = email.split('@');
188188
for (const remote of remotes) {
189189
const uri = remote.provider.getUrlForAvatar({

0 commit comments

Comments
 (0)