From 8dc881f4b9f16c98a43d8800611e0a8ffbd0ad1a Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Sat, 8 Apr 2023 09:41:55 +0200 Subject: [PATCH] build: fix mix build --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6c6c7750f..e358edfcc 100644 --- a/mix.exs +++ b/mix.exs @@ -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? )