about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNope Nope <hireme@kwaio.ninja>2017-04-04 20:45:32 +0200
committerGitHub <noreply@github.com>2017-04-04 20:45:32 +0200
commitdcda852b5ff8cc894b384c30f69d66990ee61993 (patch)
treee3037f75d4074bbeb7511f66eb1192be7e2db985
parent6fd865c0004efbf11ee87c06fea9f48af567fabe (diff)
typo in admin doc
s/rails/rake/
-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.