Fix task name for robotstxt
ci/woodpecker/push/woodpecker Pipeline was successful Details

Fixes #408
This commit is contained in:
FloatingGhost 2023-01-01 18:54:08 +00:00
parent 798d13d6e9
commit 6a333ade7f
1 changed files with 2 additions and 2 deletions

View 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
```