Skip to content

Commit

Permalink
fix: cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Dec 9, 2024
1 parent b9ba986 commit 0540e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/tester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ mocha.run();
await this.installZoteroLinux();

// Set Environment Variable for Zotero Bin Path
process.env.ZOTERO_PLUGIN_ZOTERO_BIN_PATH = `${cwd}/Zotero_linux-x86_64/zotero`;
process.env.ZOTERO_PLUGIN_ZOTERO_BIN_PATH = `${cwd()}/Zotero_linux-x86_64/zotero`;
}

async installXvfb() {
Expand Down

0 comments on commit 0540e15

Please sign in to comment.