Skip to content

Commit 12e584b

Browse files
FractalBoyJohnstonCode
authored andcommitted
fix: Stop retrieving info of repo root (#728)
1 parent 0bac1a3 commit 12e584b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/svnRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class Repository {
5757
const result = await this.exec([
5858
"info",
5959
"--xml",
60-
fixPegRevision(this.root)
60+
fixPegRevision(this.workspaceRoot)
6161
]);
6262
this._info = await parseInfoXml(result.stdout);
6363
}

0 commit comments

Comments
 (0)