Skip to content

Commit

Permalink
Update GitRemoteRefsCmp.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal authored Sep 7, 2024
1 parent 6389aa6 commit 0d7781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitRemoteRefsCmp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class GitRemoteRefsCmp {
}

private async processRemote(remote: string): Promise<GitLsRemoteOutput> {
const rawOutput = await git.lsRemote({remote: sourceRemote})
const rawOutput = await this.git.lsRemote({remote: sourceRemote})
return this.parser.parse(rawOutput, remote)
}

Expand Down

0 comments on commit 0d7781e

Please sign in to comment.