fix(emqx_mgmt_cli): remove duplicated word in the log message

This commit is contained in:
Serge Tupchii 2023-11-23 23:11:40 +02:00
parent 64ee29af81
commit 89fdbf3e73
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ data(["import", Filename]) ->
emqx_ctl:print("Data has been imported successfully.~n"); emqx_ctl:print("Data has been imported successfully.~n");
{ok, _} -> {ok, _} ->
emqx_ctl:print( emqx_ctl:print(
"Data has been imported, but some errors occurred, see the the log above.~n" "Data has been imported, but some errors occurred, see the log above.~n"
); );
{error, Reason} -> {error, Reason} ->
Reason1 = emqx_mgmt_data_backup:format_error(Reason), Reason1 = emqx_mgmt_data_backup:format_error(Reason),