From 4c9d3d95b6ab27d58b4db82e64cac0e2f0bbc59a Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 2 Apr 2021 08:51:18 -0700 Subject: [PATCH] chore: update tested mastodon to fix mimemagic --- bin/clone-mastodon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/clone-mastodon.js b/bin/clone-mastodon.js index 151a3349..c923cb26 100644 --- a/bin/clone-mastodon.js +++ b/bin/clone-mastodon.js @@ -9,8 +9,8 @@ const stat = promisify(fs.stat) const writeFile = promisify(fs.writeFile) const dir = __dirname -const GIT_URL = 'https://github.com/tootsuite/mastodon.git' -const GIT_TAG = 'v3.3.0' +const GIT_URL = 'https://github.com/nolanlawson/mastodon.git' +const GIT_TAG = 'tag-abad99f' const mastodonDir = path.join(dir, '../mastodon')