From 661b7fedb635eb23b106eca4730a89b2320d1e9f Mon Sep 17 00:00:00 2001 From: TudbuT Date: Fri, 18 Oct 2024 14:57:31 +0200 Subject: [PATCH] fix wrong type when importing emojis --- lib/mix/tasks/pleroma/emoji.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mix/tasks/pleroma/emoji.ex b/lib/mix/tasks/pleroma/emoji.ex index 12918dfff..aa8131254 100644 --- a/lib/mix/tasks/pleroma/emoji.ex +++ b/lib/mix/tasks/pleroma/emoji.ex @@ -111,7 +111,7 @@ def run(["get-packs" | args]) do {:ok, _} = :zip.unzip(binary_archive, - cwd: pack_path, + cwd: to_charlist(pack_path), file_list: files_to_unzip ) -- 2.43.0