forked from potsda.mn/mobilizon
Fix a typo in create_bot task
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3c6916360d
commit
edfcacf5ac
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue