Fix a typo in create_bot task

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-10-13 15:20:07 +02:00
parent 3c6916360d
commit edfcacf5ac
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ defmodule Mix.Tasks.Mobilizon.CreateBot do
require Logger
@shortdoc "Register user"
@shortdoc "Create bot"
def run([email, name, summary, type, url]) do
Mix.Task.run("app.start")