about summary refs log tree commit diff
path: root/docs/Running-Mastodon
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-05 02:53:09 +0200
committerGitHub <noreply@github.com>2017-04-05 02:53:09 +0200
commitfeea517046aa5ac50cf6e339a5dd7a33432f2ae6 (patch)
treeba7be7f16b03efbc8820ffaec44bfcc421ef9992 /docs/Running-Mastodon
parente55fbdede34ed127986bb182383c4ae67b496590 (diff)
parentdcda852b5ff8cc894b384c30f69d66990ee61993 (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.md2
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.