]> cat aescling's git repositories - mastodon.git/commitdiff
typo in admin doc
authorNope Nope <hireme@kwaio.ninja>
Tue, 4 Apr 2017 18:45:32 +0000 (20:45 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Apr 2017 18:45:32 +0000 (20:45 +0200)
s/rails/rake/

docs/Running-Mastodon/Administration-guide.md

index af78f62355bc63e60807b6bed14afb9b89750d50..dd69eb303041fcd39eca4479b6b1beef33034c0d 100644 (file)
@@ -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.