forked from AkkomaGang/akkoma
Use the import
This commit is contained in:
parent
8af8eb5ce7
commit
935ef21b02
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ defmodule Mix.Tasks.Pleroma.Email do
|
|||
@moduledoc File.read!("docs/administration/CLI_tasks/email.md")
|
||||
|
||||
def run(["test" | args]) do
|
||||
Mix.Pleroma.start_pleroma()
|
||||
start_pleroma()
|
||||
|
||||
{options, [], []} =
|
||||
OptionParser.parse(
|
||||
|
|
Loading…
Reference in a new issue