Skip to content

Commit 440958c

Browse files
committed
fix: rename attribute
1 parent 7754aee commit 440958c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async function _diffIndex(
3636
repository: Repository,
3737
options: string[] = []
3838
): Promise<Array<string>> {
39-
let cwd = repository.rootUri.fspath;
39+
const cwd = repository.rootUri.fsPath;
4040
const cmd = "diff-index";
4141
const fullOptions = [
4242
"--name-status",

0 commit comments

Comments
 (0)