Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Apr 11, 2024
1 parent 3c943e8 commit fdd9eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_doc/formatter/html.ex
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ defmodule ExDoc.Formatter.HTML do
html = Templates.extra_template(config, node, extra_type(extension), nodes_map, refs)

if File.regular?(output) do
Utils.warn("warning: file #{Path.relative_to_cwd(output)} already exists", [])
Utils.warn("file #{Path.relative_to_cwd(output)} already exists", [])
end

File.write!(output, html)
Expand Down

0 comments on commit fdd9eff

Please sign in to comment.