Skip to content

Commit

Permalink
fix: Stop retrieving info of repo root (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
FractalBoy authored and JohnstonCode committed Nov 10, 2019
1 parent 0bac1a3 commit 12e584b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svnRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class Repository {
const result = await this.exec([
"info",
"--xml",
fixPegRevision(this.root)
fixPegRevision(this.workspaceRoot)
]);
this._info = await parseInfoXml(result.stdout);
}
Expand Down

0 comments on commit 12e584b

Please sign in to comment.