Skip to content

Commit 1198712

Browse files
committed
fix
1 parent 6539beb commit 1198712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function activate(context: vscode.ExtensionContext) {
8989
vscode.window.showInformationMessage(
9090
`Generating commit message because file was saved - ${e.fileName}`
9191
);
92-
_chooseRepoForAutofill(e.uri);
92+
_chooseRepoForAutofill();
9393
})
9494
);
9595
}

0 commit comments

Comments
 (0)