Skip to content

Commit fd456e5

Browse files
committed
fix: use correct git dir on mobile
1 parent f4ae498 commit fd456e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/myAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export class MyAdapter {
189189
}
190190

191191
private get gitDir(): string {
192-
return this.plugin.settings.gitDir ?? ".git";
192+
return this.plugin.settings.gitDir || ".git";
193193
}
194194

195195
private maybeLog(text: string) {

0 commit comments

Comments
 (0)