Fix task name for robotstxt
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sun, 1 Jan 2023 18:54:08 +0000 (18:54 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sun, 1 Jan 2023 18:54:08 +0000 (18:54 +0000)
Fixes #408

docs/docs/administration/CLI_tasks/robots_txt.md

index 6cb9fd673b59c0e0344db70c71edb6edca95d31d..924f2e319a386c5fd057713702229275ab52aa39 100644 (file)
@@ -11,11 +11,11 @@ If you want to generate a restrictive `robots.txt`, you can run the following mi
 === "OTP"
 
     ```sh
-    ./bin/pleroma_ctl robots_txt disallow_all
+    ./bin/pleroma_ctl robotstxt disallow_all
     ```
 
 === "From Source"
 
     ```sh
-    mix pleroma.robots_txt disallow_all
+    mix pleroma.robotstxt disallow_all
     ```