diff options
author | feld <feld@feld.me> | 2024-02-04 17:56:14 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2024-02-04 17:56:14 +0000 |
commit | 0b9990a7e53061439a7fa9dbe3e39e3ee22d1371 (patch) | |
tree | 6690fadec1fa0bf7233c2c27cc1453de22335629 /lib/mix/tasks | |
parent | 3b9d991514e53ad8f442ffc674dd9b1422fdc415 (diff) | |
parent | 0ffeb84f0cb834228ed878ff63c444b5d1ccf760 (diff) | |
download | pleroma-0b9990a7e53061439a7fa9dbe3e39e3ee22d1371.tar.gz pleroma-0b9990a7e53061439a7fa9dbe3e39e3ee22d1371.zip |
Merge branch 'dialyzer-fixes' into 'develop'
Dialyzer and gradient fixes
See merge request pleroma/pleroma!4051
Diffstat (limited to 'lib/mix/tasks')
-rw-r--r-- | lib/mix/tasks/pleroma/emoji.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/emoji.ex b/lib/mix/tasks/pleroma/emoji.ex index 537f0715e..8b9c921c8 100644 --- a/lib/mix/tasks/pleroma/emoji.ex +++ b/lib/mix/tasks/pleroma/emoji.ex @@ -111,7 +111,7 @@ defmodule Mix.Tasks.Pleroma.Emoji do {:ok, _} = :zip.unzip(binary_archive, - cwd: pack_path, + cwd: String.to_charlist(pack_path), file_list: files_to_unzip ) |