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

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")