From: rinpatch Date: Mon, 9 Dec 2019 17:07:43 +0000 (+0300) Subject: docs: fix incorrect display in digest task docs X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=b0505b2cc764678501500c242232c6c1afbb3c60;p=akkoma docs: fix incorrect display in digest task docs --- diff --git a/docs/administration/CLI_tasks/digest.md b/docs/administration/CLI_tasks/digest.md index a70f24c06..1badda8c3 100644 --- a/docs/administration/CLI_tasks/digest.md +++ b/docs/administration/CLI_tasks/digest.md @@ -14,8 +14,9 @@ mix pleroma.digest test [] 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"