docs: fix incorrect display in digest task docs
authorrinpatch <rinpatch@sdf.org>
Mon, 9 Dec 2019 17:07:43 +0000 (20:07 +0300)
committerrinpatch <rinpatch@sdf.org>
Mon, 9 Dec 2019 17:07:43 +0000 (20:07 +0300)
docs/administration/CLI_tasks/digest.md

index a70f24c061b17624c6fa9fbf536abe9b45467b15..1badda8c36aa9a2ffa3bfce16509b7c8b7512961 100644 (file)
@@ -14,8 +14,9 @@ mix pleroma.digest test <nickname> [<since_date>]
 
 
 Example: 
+
 ```sh tab="OTP"
- ./bin/pleroma_ctl digest test donaldtheduck 2019-05-20
+./bin/pleroma_ctl digest test donaldtheduck 2019-05-20
 ```
 
 ```sh tab="From Source"