chore: update tested mastodon to fix mimemagic (#2027)
This commit is contained in:
parent
b48db404ad
commit
3c307a47fc
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue