mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-01-19 10:46:05 +01:00
Better deletion message
This commit is contained in:
parent
6dcc36baa9
commit
a82ba66662
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ defmodule Mix.Tasks.Pleroma.Config do
|
|||
|
||||
defp delete(config, true) do
|
||||
{:ok, _} = Repo.delete(config)
|
||||
shell_info("#{config.key} deleted from DB.")
|
||||
shell_info("#{config.key} deleted from the ConfigDB.")
|
||||
end
|
||||
|
||||
defp delete(_config, _), do: :ok
|
||||
|
|
Loading…
Reference in a new issue