mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-17 20:46:11 +00:00
Better deletion message
This commit is contained in:
parent
6dcc36baa9
commit
a82ba66662
|
@ -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