Skip to content

Commit

Permalink
chore: update tested mastodon to fix mimemagic (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Apr 2, 2021
1 parent b48db40 commit 3c307a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/clone-mastodon.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 3c307a4

Please sign in to comment.