build: fix mix build

This commit is contained in:
Zaiming (Stone) Shi 2023-04-08 09:41:55 +02:00
parent 18974a8e11
commit 8dc881f4b9
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ defmodule EMQXUmbrella.MixProject do
profile = System.get_env("MIX_ENV")
Mix.Generator.copy_file(
"_build/docgen/#{profile}/emqx.conf.en.example",
"_build/docgen/#{profile}/emqx.conf.example",
Path.join(etc, "emqx.conf.example"),
force: overwrite?
)