From: lain Date: Mon, 10 Jun 2019 11:47:22 +0000 (+0000) Subject: Update pleroma_ctl X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;ds=sidebyside;h=dbe4c2b7c8cfec4d8348de869a86c03015a7b7c5;p=akkoma Update pleroma_ctl --- diff --git a/rel/pleroma_ctl b/rel/pleroma_ctl index 1276bf339..ef2717c44 100755 --- a/rel/pleroma_ctl +++ b/rel/pleroma_ctl @@ -10,7 +10,7 @@ if [ -z "$1" ] || [ "$1" == "help" ]; then rollback [VERSION] Rollback database migrations (needs to be done before downgrading) and any mix tasks under Pleroma namespace, for example \`mix pleroma.user COMMAND\` is - equialent to \`$(basename "$0") user COMMAND\` + equivalent to \`$(basename "$0") user COMMAND\` " else SCRIPT=$(readlink -f "$0")