Update generate_invite_token.ex

This commit is contained in:
lambda 2018-08-12 11:11:08 +00:00
parent 0b1ca6a584
commit 1e9d152d60
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
defmodule Mix.Tasks.GenerateInviteToken do
use Mix.Task
@shortdoc "Generate password reset link for user"
@shortdoc "Generate invite token for user"
def run([]) do
Mix.Task.run("app.start")