mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-26 09:59:21 +08:00
fixed incorrect path
This commit is contained in:
parent
ef14a35df4
commit
71a8936bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import MonkeyError from "../utils/error";
|
|||
|
||||
let git;
|
||||
try {
|
||||
git = simpleGit(path.join(__dirname, "../../../monkeytype-new-quotes"));
|
||||
git = simpleGit(path.join(__dirname, "../../../../monkeytype-new-quotes"));
|
||||
} catch (e) {
|
||||
git = undefined;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue