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')