Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 19, 2024
1 parent 517276c commit 5d82a9e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions lib/mix/tasks/ash_phoenix.gen.live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,16 @@ else
Generates liveviews for a given domain and resource.
"""

def run(_argv) do
Mix.shell().error("""
The task 'ash_phoenix.gen.live' requires igniter to be run.
def run(_argv) do
Mix.shell().error("""
The task 'ash_phoenix.gen.live' requires igniter to be run.
Please install igniter and try again.
Please install igniter and try again.
For more information, see: https://hexdocs.pm/igniter
""")
For more information, see: https://hexdocs.pm/igniter
""")

exit({:shutdown, 1})
exit({:shutdown, 1})
end
end
end

end

0 comments on commit 5d82a9e

Please sign in to comment.