This commit is contained in:
syuilo 2016-12-29 08:05:27 +09:00
parent b3f42e62af
commit 06ca27b450
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ module.exports = async (req: express.Request, res: express.Response) => {
commit: commit
});
}, {
dst: `${__dirname}/../../misskey`
dst: `${__dirname}/../../`
});
};