Skip to content

Commit

Permalink
Rename Mix Project Doc Chunk Alias
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Nov 6, 2023
1 parent 4ce9d4a commit 648f0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defmodule Oidcc.Mixfile do
docs: &docs/0,
description: to_string(@props[:description]),
package: package(),
aliases: [docs: ["compile", &rebar3_doc_chunks/1, "docs"]],
aliases: [docs: ["compile", &edoc_chunks/1, "docs"]],
test_coverage: [ignore_modules: [Oidcc.RecordStruct]]
]
end
Expand Down Expand Up @@ -78,7 +78,7 @@ defmodule Oidcc.Mixfile do
]
end

defp rebar3_doc_chunks(_args) do
defp edoc_chunks(_args) do
base_path = Path.dirname(__ENV__.file)
doc_chunk_path = Application.app_dir(:oidcc, "doc")

Expand Down

0 comments on commit 648f0cf

Please sign in to comment.