diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-05 02:53:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-05 02:53:09 +0200 |
commit | feea517046aa5ac50cf6e339a5dd7a33432f2ae6 (patch) | |
tree | ba7be7f16b03efbc8820ffaec44bfcc421ef9992 /docs/Running-Mastodon | |
parent | e55fbdede34ed127986bb182383c4ae67b496590 (diff) | |
parent | dcda852b5ff8cc894b384c30f69d66990ee61993 (diff) |
Merge pull request #872 from kwaio/patch-1
typo in admin doc
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. |