fixed incorrect path

This commit is contained in:
Miodec 2022-03-10 15:20:05 +01:00
parent ef14a35df4
commit 71a8936bfb

View file

@ -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;
}