diff --git a/src/remoteForWebdav.ts b/src/remoteForWebdav.ts index 7c2105e..6f0ee3b 100644 --- a/src/remoteForWebdav.ts +++ b/src/remoteForWebdav.ts @@ -204,7 +204,7 @@ export class WrappedWebdavClient { if (this.vaultFolderExists) { // pass } else { - const res = await this.client.exists(`/${this.vaultName}`); + const res = await this.client.exists(`/${this.vaultName}/`); if (res) { // log.info("remote vault folder exits!"); this.vaultFolderExists = true;