error rename

This commit is contained in:
Alexander Strizhakov 2020-03-30 09:09:27 +03:00
commit 36abeedf9f
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
2 changed files with 2 additions and 2 deletions

View file

@ -188,7 +188,7 @@ defmodule Pleroma.Emoji.Pack do
{:ok, names}
else
{:ok, %{access: _}} -> {:error, :not_writable}
{:ok, %{access: _}} -> {:error, :no_read_write}
e -> e
end
end