Skip to content

Commit

Permalink
Return :ok from mix task
Browse files Browse the repository at this point in the history
  • Loading branch information
cschiewek committed Mar 5, 2024
1 parent dce488a commit e87b033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/absinthe/mix/tasks/absinthe.federation.schema.sdl.ex
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ defmodule Mix.Tasks.Absinthe.Federation.Schema.Sdl do
defp write_schema(content, filename) do
create_directory(Path.dirname(filename))
create_file(filename, content, force: true)
:ok
end

def parse_options(argv) do
Expand Down

0 comments on commit e87b033

Please sign in to comment.