diff options
author | Nope Nope <hireme@kwaio.ninja> | 2017-04-04 20:45:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-04 20:45:32 +0200 |
commit | dcda852b5ff8cc894b384c30f69d66990ee61993 (patch) | |
tree | e3037f75d4074bbeb7511f66eb1192be7e2db985 /docs/Running-Mastodon | |
parent | 6fd865c0004efbf11ee87c06fea9f48af567fabe (diff) |
typo in admin doc
s/rails/rake/
Diffstat (limited to 'docs/Running-Mastodon')
-rw-r--r-- | docs/Running-Mastodon/Administration-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Administration-guide.md b/docs/Running-Mastodon/Administration-guide.md index af78f6235..dd69eb303 100644 --- a/docs/Running-Mastodon/Administration-guide.md +++ b/docs/Running-Mastodon/Administration-guide.md @@ -7,7 +7,7 @@ So, you have a working Mastodon instance... now what? The following rake task: - rails mastodon:make_admin USERNAME=alice + rake mastodon:make_admin USERNAME=alice Would turn the local user "alice" into an admin. |