mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-01-15 00:03:49 +01:00
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
|
||||
});
|
||||
}, {
|
||||
dst: `${__dirname}/../../misskey`
|
||||
dst: `${__dirname}/../../`
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue