Fix bug
This commit is contained in:
parent
b3f42e62af
commit
06ca27b450
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ module.exports = async (req: express.Request, res: express.Response) => {
|
||||||
commit: commit
|
commit: commit
|
||||||
});
|
});
|
||||||
}, {
|
}, {
|
||||||
dst: `${__dirname}/../../misskey`
|
dst: `${__dirname}/../../`
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue